PHP Класс spec\Sylius\Bundle\CoreBundle\Installer\Executor\CommandExecutorSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
it_is_initializable ( )
it_should_preserve_the_current_value_of_interactive_option ( Symfony\Component\Console\Input\InputInterface $input, Application $application )
it_should_use_passed_options_rather_than_default_params ( Symfony\Component\Console\Input\InputInterface $input, Application $application )
let ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Application $application )

Описание методов

it_is_initializable() публичный Метод

public it_is_initializable ( )

it_should_preserve_the_current_value_of_interactive_option() публичный Метод

public it_should_preserve_the_current_value_of_interactive_option ( Symfony\Component\Console\Input\InputInterface $input, Application $application )
$input Symfony\Component\Console\Input\InputInterface
$application Symfony\Component\Console\Application

it_should_use_passed_options_rather_than_default_params() публичный Метод

public it_should_use_passed_options_rather_than_default_params ( Symfony\Component\Console\Input\InputInterface $input, Application $application )
$input Symfony\Component\Console\Input\InputInterface
$application Symfony\Component\Console\Application

let() публичный Метод

public let ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, Application $application )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$application Symfony\Component\Console\Application