Lggr
|
Public Member Functions | |
__construct ($suffix) | |
toString () | |
![]() | |
evaluate ($other, $description='', $returnResult=false) | |
count () | |
Protected Member Functions | |
matches ($other) | |
![]() | |
fail ($other, $description, ComparisonFailure $comparisonFailure=null) | |
additionalFailureDescription ($other) | |
failureDescription ($other) | |
Protected Attributes | |
$suffix | |
![]() | |
$exporter | |
Constraint that asserts that the string it is evaluated for ends with a given suffix.
PHPUnit\Framework\Constraint\StringEndsWith::__construct | ( | $suffix | ) |
string | $suffix |
|
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\StringEndsWith::toString | ( | ) |
Returns a string representation of the constraint.
Implements PHPUnit\Framework\SelfDescribing.