PHP 클래스 spec\GrumPHP\Process\ProcessBuilderSpec

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

공개 메소드들

메소드 설명
getMatchers ( )
it_is_initializable ( )
it_outputs_the_command_when_run_very_very_verbose ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )
it_should_be_able_to_create_process_arguments_based_on_taskname ( ExternalCommand $externalCommandLocator )
it_should_be_possible_to_configure_the_process_timeout ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )
it_should_build_process_based_on_process_arguments ( )
let ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )

메소드 상세

getMatchers() 공개 메소드

public getMatchers ( )

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_outputs_the_command_when_run_very_very_verbose() 공개 메소드

public it_outputs_the_command_when_run_very_very_verbose ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )
$config GrumPHP\Configuration\GrumPHP
$externalCommandLocator GrumPHP\Locator\ExternalCommand
$io GrumPHP\IO\IOInterface

it_should_be_able_to_create_process_arguments_based_on_taskname() 공개 메소드

public it_should_be_able_to_create_process_arguments_based_on_taskname ( ExternalCommand $externalCommandLocator )
$externalCommandLocator GrumPHP\Locator\ExternalCommand

it_should_be_possible_to_configure_the_process_timeout() 공개 메소드

public it_should_be_possible_to_configure_the_process_timeout ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )
$config GrumPHP\Configuration\GrumPHP
$externalCommandLocator GrumPHP\Locator\ExternalCommand
$io GrumPHP\IO\IOInterface

it_should_build_process_based_on_process_arguments() 공개 메소드

let() 공개 메소드

public let ( GrumPHP $config, ExternalCommand $externalCommandLocator, GrumPHP\IO\IOInterface $io )
$config GrumPHP\Configuration\GrumPHP
$externalCommandLocator GrumPHP\Locator\ExternalCommand
$io GrumPHP\IO\IOInterface