PHPUnit_Framework_Constraint_IsEmpty::failureDescription
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.
Signature
protected function failureDescription(mixed
$other )
Parameters
$other
— mixed- Evaluated value or object.
Returns
- string