| Conditions | 1 |
| Paths | 1 |
| Total Lines | 3 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | final public function exceptionMessageOnTestFailure($parameterName, $value, $itemType = false) |
||
| 32 | { |
||
| 33 | return sprintf('sprintf(\'Invalid length of %%s, the number of characters/octets contained by the literal or the number of elements contained by the list must be %s %s\', var_export($%3$s, true), is_scalar($%3$s) ? strlen($%3$s) : count($%3$s))', static::comparisonString(), $value, $parameterName); |
||
| 34 | } |
||
| 36 |