file-fetcher
|
Constraint that asserts that the value it is evaluated for is less than a given value.
Public Member Functions | |
__construct ($value) | |
toString () | |
![]() | |
evaluate ($other, string $description='', bool $returnResult=false) | |
count () | |
Protected Member Functions | |
matches ($other) | |
![]() | |
exporter () | |
fail ($other, $description, ComparisonFailure $comparisonFailure=null) | |
additionalFailureDescription ($other) | |
failureDescription ($other) | |
PHPUnit\Framework\Constraint\LessThan::__construct | ( | $value | ) |
float | int | $value |
|
protected |
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
mixed | $other | value or object to evaluate |
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
PHPUnit\Framework\Constraint\LessThan::toString | ( | ) |
Returns a string representation of the constraint.
Implements PHPUnit\Framework\SelfDescribing.