PHP Class PhpSpec\Process\ReRunner\PcntlReRunner

Inheritance: extends PhpSpec\Process\ReRunner\PhpExecutableReRunner
Mostrar archivo Open project: phpspec/phpspec Class Usage Examples

Public Methods

Method Description
isSupported ( ) : boolean
reRunSuite ( ) Kills the current process and starts a new one
withExecutionContext ( Symfony\Component\Process\PhpExecutableFinder $phpExecutableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext ) : static

Method Details

isSupported() public method

public isSupported ( ) : boolean
return boolean

reRunSuite() public method

Kills the current process and starts a new one
public reRunSuite ( )

withExecutionContext() public static method

public static withExecutionContext ( Symfony\Component\Process\PhpExecutableFinder $phpExecutableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext ) : static
$phpExecutableFinder Symfony\Component\Process\PhpExecutableFinder
$executionContext PhpSpec\Process\Context\ExecutionContext
return static