Yaffs site version 1.1
[yaffs-website] / vendor / symfony / class-loader / Tests / ClassMapGeneratorTest.php
index db7fb962cedde21480ffecc221a613b0d678a976..c12182497a01bc445442a8acb1b94f80efb4c1a0 100644 (file)
@@ -108,7 +108,7 @@ class ClassMapGeneratorTest extends TestCase
             )),
         );
 
-        if (PHP_VERSION_ID >= 50400) {
+        if (\PHP_VERSION_ID >= 50400) {
             $data[] = array(__DIR__.'/Fixtures/php5.4', array(
                 'TFoo' => __DIR__.'/Fixtures/php5.4/traits.php',
                 'CFoo' => __DIR__.'/Fixtures/php5.4/traits.php',
@@ -119,7 +119,7 @@ class ClassMapGeneratorTest extends TestCase
             ));
         }
 
-        if (PHP_VERSION_ID >= 50500) {
+        if (\PHP_VERSION_ID >= 50500) {
             $data[] = array(__DIR__.'/Fixtures/php5.5', array(
                 'ClassCons\\Foo' => __DIR__.'/Fixtures/php5.5/class_cons.php',
             ));