public function exceptionMessageOnTestFailure($parameterName, $value, $itemType = false)
41
{
42
78
return sprintf('sprintf(\'Invalid value %%s, please provide a literal that is among the set of character sequences denoted by the regular expression %s\', var_export($%s, true))', str_replace("'", "\'", $value), $parameterName);