PHP Class spec\Sylius\Bundle\CoreBundle\Installer\Executor\CommandExecutorSpec

Inheritance: extends PhpSpec\ObjectBehavior
Show file Open project: sylius/sylius

Public Methods

Method Description
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 )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_preserve_the_current_value_of_interactive_option() public method

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 method

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 method

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