PHP Class FalseExpectation, simpletest

Inheritance: extends SimpleExpectation
Afficher le fichier Open project: simpletest/simpletest

Méthodes publiques

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

Method Details

test() public méthode

Tests the expectation.
public test ( mixed $compare ) : boolean
$compare mixed Should be false.
Résultat boolean True on match.

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.