PHP Class AnythingExpectation, simpletest

Inheritance: extends SimpleExpectation
Afficher le fichier Open project: simpletest/simpletest Class Usage Examples

Méthodes publiques

Méthode Description
test ( mixed $compare ) : boolean Tests the expectation. Always true.
testMessage ( mixed $compare ) : string Returns a human readable test message.

Method Details

test() public méthode

Tests the expectation. Always true.
public test ( mixed $compare ) : boolean
$compare mixed Ignored.
Résultat boolean True.

testMessage() public méthode

Returns a human readable test message.
public testMessage ( mixed $compare ) : string
$compare mixed Comparison value.
Résultat string Description of success or failure.