PHP Class PhpSpec\Process\ReRunner\WindowsPassthruReRunner

Inheritance: extends PhpSpec\Process\ReRunner\PhpExecutableReRunner
ファイルを表示 Open project: phpspec/phpspec Class Usage Examples

Public Methods

Method Description
isSupported ( ) : boolean
reRunSuite ( )
withExecutionContext ( Symfony\Component\Process\PhpExecutableFinder $phpExecutableFinder, PhpSpec\Process\Context\ExecutionContext $executionContext ) : static

Private Methods

Method Description
buildArgString ( )

Method Details

isSupported() public method

public isSupported ( ) : boolean
return boolean

reRunSuite() public method

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