|
Lggr
|


Public Member Functions | |
| __construct ($value) | |
| toString () | |
Public Member Functions inherited from PHPUnit\Framework\Constraint\Constraint | |
| evaluate ($other, $description='', $returnResult=false) | |
| count () | |
Protected Member Functions | |
| matches ($other) | |
Protected Member Functions inherited from PHPUnit\Framework\Constraint\Constraint | |
| fail ($other, $description, ComparisonFailure $comparisonFailure=null) | |
| additionalFailureDescription ($other) | |
| failureDescription ($other) | |
Protected Attributes | |
| $value | |
Protected Attributes inherited from PHPUnit\Framework\Constraint\Constraint | |
| $exporter | |
Constraint that asserts that the value it is evaluated for is less than a given value.
| PHPUnit\Framework\Constraint\LessThan::__construct | ( | $value | ) |
| int | float | $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.
1.8.17