PHP 클래스 spec\PhpSpec\Process\ReRunner\ProcOpenReRunnerSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
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 )

메소드 상세

it_is_a_rerunner() 공개 메소드

public it_is_a_rerunner ( )

it_is_not_supported_when_php_process_is_not_found() 공개 메소드

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

let() 공개 메소드

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