Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ExpectationFailedException
Overrides Constraint::matches
protected function matches(mixed $other) : bool { return !$this->constraint() ->evaluate($other, '', true); }