PHP Class Eloquent\Phony\Facade\FacadeDriver

Show file Open project: eloquent/phony Class Usage Examples

Public Properties

Property Type Description
$assertionRenderer
$differenceEngine
$eventOrderVerifier
$exporter
$functionHookManager
$handleFactory
$matcherFactory
$mockBuilderFactory
$spyVerifierFactory
$stubVerifierFactory

Protected Properties

Property Type Description
$sequences

Public Methods

Method Description
instance ( ) : FacadeDriver Get the static instance of this driver.

Protected Methods

Method Description
__construct ( Eloquent\Phony\Assertion\AssertionRecorder $assertionRecorder ) Construct a new facade driver.

Method Details

__construct() protected method

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

instance() public static method

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

Property Details

$assertionRenderer public property

public $assertionRenderer

$differenceEngine public property

public $differenceEngine

$eventOrderVerifier public property

public $eventOrderVerifier

$exporter public property

public $exporter

$functionHookManager public property

public $functionHookManager

$handleFactory public property

public $handleFactory

$matcherFactory public property

public $matcherFactory

$mockBuilderFactory public property

public $mockBuilderFactory

$sequences protected property

protected $sequences

$spyVerifierFactory public property

public $spyVerifierFactory

$stubVerifierFactory public property

public $stubVerifierFactory