|
| $expectedMessageRegExp |
|
| $exporter |
|
- Since
- Class available since Release 4.3.0
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::__construct |
( |
|
$expected | ) |
|
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::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.
- Parameters
-
mixed | $other | Evaluated value or object. |
- Returns
- string
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::matches |
( |
|
$other | ) |
|
|
protected |
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
- Parameters
-
- Returns
- bool
PHPUnit_Framework_Constraint_ExceptionMessageRegExp::toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /home/hwfunc/workspace/leonid/BlueSpiceDoc-composer/mediawiki-master/vendor/phpunit/phpunit/src/Framework/Constraint/ExceptionMessageRegExp.php