|
| $string |
|
| $pattern |
|
| $exporter |
|
◆ __construct()
PHPUnit\Framework\Constraint\StringMatchesFormatDescription::__construct |
( |
|
$string | ) |
|
◆ additionalFailureDescription()
PHPUnit\Framework\Constraint\StringMatchesFormatDescription::additionalFailureDescription |
( |
|
$other | ) |
|
|
protected |
Return additional failure description where needed
The function can be overridden to provide additional failure information like a diff
- Parameters
-
mixed | $other | Evaluated value or object. |
- Returns
- string
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
◆ failureDescription()
PHPUnit\Framework\Constraint\StringMatchesFormatDescription::failureDescription |
( |
|
$other | ) |
|
|
protected |
Returns the description of the failure
The beginning of failure messages is "Failed asserting that" in most cases. This method should return the second part of that sentence.
To provide additional failure information additionalFailureDescription can be used.
- Parameters
-
mixed | $other | Evaluated value or object. |
- Returns
- string
Reimplemented from PHPUnit\Framework\Constraint\Constraint.
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/Framework/Constraint/StringMatchesFormatDescription.php