PHPUnit_Framework_Constraint::matches PHP Method

matches() protected method

This method can be overridden to implement the evaluation algorithm.
protected matches ( mixed $other ) : boolean
$other mixed Value or object to evaluate.
return boolean
    protected function matches($other)
    {
        return false;
    }