PHP Class spec\GrumPHP\Locator\ExternalCommandSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: phpro/grumphp

Public Methods

Method Description
it_is_initializable ( )
it_locates_external_commands ( ExecutableFinder $executableFinder )
it_throws_exception_when_external_command_is_not_found ( ExecutableFinder $executableFinder )
let ( ExecutableFinder $executableFinder )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_locates_external_commands() public method

public it_locates_external_commands ( ExecutableFinder $executableFinder )
$executableFinder Symfony\Component\Process\ExecutableFinder

it_throws_exception_when_external_command_is_not_found() public method

public it_throws_exception_when_external_command_is_not_found ( ExecutableFinder $executableFinder )
$executableFinder Symfony\Component\Process\ExecutableFinder

let() public method

public let ( ExecutableFinder $executableFinder )
$executableFinder Symfony\Component\Process\ExecutableFinder