Lggr
|
Public Member Functions | |
matches ($other) | |
toString () | |
![]() | |
evaluate ($other, $description='', $returnResult=false) | |
count () | |
Additional Inherited Members | |
![]() | |
fail ($other, $description, ComparisonFailure $comparisonFailure=null) | |
additionalFailureDescription ($other) | |
failureDescription ($other) | |
![]() | |
$exporter | |
FalsyConstraint::matches | ( | $other | ) |
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
This method can be overridden to implement the evaluation algorithm.
mixed | $other | Value or object to evaluate. |
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
FalsyConstraint::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.