We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b517b02 commit 00cf383Copy full SHA for 00cf383
1 file changed
Tests/Util/CanonicalizerTest.php
@@ -28,7 +28,7 @@ public function canonicalizeProvider()
28
{
29
return array(
30
array('FOO', 'foo'),
31
- array(chr(171), '?'),
+ array(chr(171), PHP_VERSION_ID < 50600 ? chr(171) : '?'),
32
);
33
}
34
0 commit comments