PHP Class mageekguy\atoum\asserters\phpFunction

Inheritance: extends mageekguy\atoum\asserters\adapter\call
Afficher le fichier Open project: atoum/atoum Class Usage Examples

Méthodes publiques

Méthode Description
setWith ( $function )
setWithTest ( test $test )
wasCalled ( )
wasCalledWithAnyArguments ( )
wasCalledWithArguments ( )
wasCalledWithIdenticalArguments ( )
wasCalledWithoutAnyArgument ( )

Méthodes protégées

Méthode Description
adapterIsSet ( )
callIsSet ( )
setFunction ( $function )

Method Details

adapterIsSet() protected méthode

protected adapterIsSet ( )

callIsSet() protected méthode

protected callIsSet ( )

setFunction() protected méthode

protected setFunction ( $function )

setWith() public méthode

public setWith ( $function )

setWithTest() public méthode

public setWithTest ( test $test )
$test mageekguy\atoum\test

wasCalled() public méthode

public wasCalled ( )

wasCalledWithAnyArguments() public méthode

wasCalledWithArguments() public méthode

wasCalledWithIdenticalArguments() public méthode

wasCalledWithoutAnyArgument() public méthode