Yaffs site version 1.1
[yaffs-website] / vendor / symfony / translation / Tests / Dumper / JsonFileDumperTest.php
index 3496567d16d44c5e464f2c5edf16f3b3a39ee3c4..62084d2178f561da1b90768c8dccec599ef9c55f 100644 (file)
@@ -19,7 +19,7 @@ class JsonFileDumperTest extends TestCase
 {
     public function testFormatCatalogue()
     {
-        if (PHP_VERSION_ID < 50400) {
+        if (\PHP_VERSION_ID < 50400) {
             $this->markTestIncomplete('PHP below 5.4 doesn\'t support JSON pretty printing');
         }