PHP 클래스 Eloquent\Phony\Facade\FacadeDriver

파일 보기 프로젝트 열기: eloquent/phony 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$assertionRenderer
$differenceEngine
$eventOrderVerifier
$exporter
$functionHookManager
$handleFactory
$matcherFactory
$mockBuilderFactory
$spyVerifierFactory
$stubVerifierFactory

보호된 프로퍼티들

프로퍼티 타입 설명
$sequences

공개 메소드들

메소드 설명
instance ( ) : FacadeDriver Get the static instance of this driver.

보호된 메소드들

메소드 설명
__construct ( Eloquent\Phony\Assertion\AssertionRecorder $assertionRecorder ) Construct a new facade driver.

메소드 상세

__construct() 보호된 메소드

Construct a new facade driver.
protected __construct ( Eloquent\Phony\Assertion\AssertionRecorder $assertionRecorder )
$assertionRecorder Eloquent\Phony\Assertion\AssertionRecorder The assertion recorder to use.

instance() 공개 정적인 메소드

Get the static instance of this driver.
public static instance ( ) : FacadeDriver
리턴 FacadeDriver The static driver.

프로퍼티 상세

$assertionRenderer 공개적으로 프로퍼티

public $assertionRenderer

$differenceEngine 공개적으로 프로퍼티

public $differenceEngine

$eventOrderVerifier 공개적으로 프로퍼티

public $eventOrderVerifier

$exporter 공개적으로 프로퍼티

public $exporter

$functionHookManager 공개적으로 프로퍼티

public $functionHookManager

$handleFactory 공개적으로 프로퍼티

public $handleFactory

$matcherFactory 공개적으로 프로퍼티

public $matcherFactory

$mockBuilderFactory 공개적으로 프로퍼티

public $mockBuilderFactory

$sequences 보호되어 있는 프로퍼티

protected $sequences

$spyVerifierFactory 공개적으로 프로퍼티

public $spyVerifierFactory

$stubVerifierFactory 공개적으로 프로퍼티

public $stubVerifierFactory