_expected as $exp) { if ($actual === $exp || $actual == $exp) { return false; } } return true; } /** * Return a string representation of this Matcher * * @return string */ public function __toString() { return ''; } }