- Since
- Class available since Release 3.6.6
PHPUnit_Framework_Constraint_Exception::__construct |
( |
|
$className | ) |
|
PHPUnit_Framework_Constraint_Exception::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_Exception::matches |
( |
|
$other | ) |
|
|
protected |
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
- Parameters
-
mixed | $other | Value or object to evaluate. |
- Returns
- bool
PHPUnit_Framework_Constraint_Exception::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/Exception.php