Public Member Functions | |
test ($compare) | |
testMessage ($compare) |
Definition at line 90 of file expectation.php.
AnythingExpectation::test | ( | $ | compare | ) |
Tests the expectation. Always true.
mixed | $compare Ignored. |
Reimplemented from SimpleExpectation.
Definition at line 98 of file expectation.php.
AnythingExpectation::testMessage | ( | $ | compare | ) |
Returns a human readable test message.
mixed | $compare Comparison value. |
Reimplemented from SimpleExpectation.
Definition at line 109 of file expectation.php.
References SimpleExpectation::_getDumper().