PHP Class Eloquent\Phony\Facade\FacadeDriver

Afficher le fichier Open project: eloquent/phony Class Usage Examples

Méthodes publiques

Свойство Type Description
$assertionRenderer
$differenceEngine
$eventOrderVerifier
$exporter
$functionHookManager
$handleFactory
$matcherFactory
$mockBuilderFactory
$spyVerifierFactory
$stubVerifierFactory

Protected Properties

Свойство Type Description
$sequences

Méthodes publiques

Méthode Description
instance ( ) : FacadeDriver Get the static instance of this driver.

Méthodes protégées

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

Method Details

__construct() protected méthode

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 méthode

Get the static instance of this driver.
public static instance ( ) : FacadeDriver
Résultat FacadeDriver The static driver.

Property Details

$assertionRenderer public_oe property

public $assertionRenderer

$differenceEngine public_oe property

public $differenceEngine

$eventOrderVerifier public_oe property

public $eventOrderVerifier

$exporter public_oe property

public $exporter

$functionHookManager public_oe property

public $functionHookManager

$handleFactory public_oe property

public $handleFactory

$matcherFactory public_oe property

public $matcherFactory

$mockBuilderFactory public_oe property

public $mockBuilderFactory

$sequences protected_oe property

protected $sequences

$spyVerifierFactory public_oe property

public $spyVerifierFactory

$stubVerifierFactory public_oe property

public $stubVerifierFactory