PHP 클래스 PhpSpec\Process\ReRunner\PcntlReRunner

상속: extends PhpSpec\Process\ReRunner\PhpExecutableReRunner
파일 보기 프로젝트 열기: phpspec/phpspec 1 사용 예제들

공개 메소드들

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

메소드 상세

isSupported() 공개 메소드

public isSupported ( ) : boolean
리턴 boolean

reRunSuite() 공개 메소드

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

withExecutionContext() 공개 정적인 메소드

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