PHP Class mageekguy\atoum\asserters\mock

Inheritance: extends mageekguy\atoum\asserter
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Méthodes publiques

Méthode Description
receive ( $function )
setWith ( $mock )
wasCalled ( $failMessage = null )
wasNotCalled ( $failMessage = null )

Méthodes protégées

Méthode Description
adapterIsSet ( )
callIsSet ( )

Method Details

adapterIsSet() protected méthode

protected adapterIsSet ( )

callIsSet() protected méthode

protected callIsSet ( )

receive() public méthode

public receive ( $function )

setWith() public méthode

public setWith ( $mock )

wasCalled() public méthode

public wasCalled ( $failMessage = null )

wasNotCalled() public méthode

public wasNotCalled ( $failMessage = null )