PHPUnit_Framework_Constraint_IsEmpty::matches
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
Signature
protected function matches(mixed
$other )
Parameters
$other
— mixed- Value or object to evaluate.
Returns
- bool