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);