PHP Класс spec\GrumPHP\Process\ProcessBuilderSpec

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

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

Метод Описание
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