PHP Class mageekguy\atoum\asserters\mock

Inheritance: extends mageekguy\atoum\asserter
Datei anzeigen Open project: atoum/atoum Class Usage Examples

Public Methods

Method Description
receive ( $function )
setWith ( $mock )
wasCalled ( $failMessage = null )
wasNotCalled ( $failMessage = null )

Protected Methods

Method Description
adapterIsSet ( )
callIsSet ( )

Method Details

adapterIsSet() protected method

protected adapterIsSet ( )

callIsSet() protected method

protected callIsSet ( )

receive() public method

public receive ( $function )

setWith() public method

public setWith ( $mock )

wasCalled() public method

public wasCalled ( $failMessage = null )

wasNotCalled() public method

public wasNotCalled ( $failMessage = null )