Returns a PHPUnit_Framework_Constraint_StringMatches matcher object.
@since Method available since Release 3.5.0
string $string:
PHPUnit_Framework_Constraint_StringMatches
function matches($string) {
return call_user_func_array('PHPUnit_Framework_Assert::matches', func_get_args());
}