_expected, $actual); } /** * Return a string representation of this Matcher * * @return string */ public function __toString() { $return = '_expected . ']>'; return $return; } }