PHP 클래스 spec\Sylius\Bundle\CoreBundle\Installer\Executor\CommandExecutorSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: sylius/sylius

공개 메소드들

메소드 설명
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