PHP Class spec\PhpSpec\Process\ReRunner\PcntlReRunnerSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpspec/phpspec

Public Methods

Method Description
it_is_a_rerunner ( )
it_is_not_supported_when_php_process_is_not_found ( Symfony\Component\Process\PhpExecutableFinder $executableFinder )
let ( Symfony\Component\Process\PhpExecutableFinder $executableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext )

Method Details

it_is_a_rerunner() public method

public it_is_a_rerunner ( )

it_is_not_supported_when_php_process_is_not_found() public method

public it_is_not_supported_when_php_process_is_not_found ( Symfony\Component\Process\PhpExecutableFinder $executableFinder )
$executableFinder Symfony\Component\Process\PhpExecutableFinder

let() public method

public let ( Symfony\Component\Process\PhpExecutableFinder $executableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext )
$executableFinder Symfony\Component\Process\PhpExecutableFinder
$executionContext PhpSpec\Process\Context\ExecutionContext