Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
40 | 78 | 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); |
|
43 | } |
||
45 |