file-fetcher
|
Public Member Functions | |
matches ($other) | |
toString () | |
![]() | |
evaluate ($other, string $description='', bool $returnResult=false) | |
count () | |
Additional Inherited Members | |
![]() | |
exporter () | |
fail ($other, $description, ComparisonFailure $comparisonFailure=null) | |
additionalFailureDescription ($other) | |
failureDescription ($other) | |
TruthyConstraint::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 @codeCoverageIgnore |
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
TruthyConstraint::toString | ( | ) |
Returns a string representation of the object.
Implements PHPUnit\Framework\SelfDescribing.