Yaffs site version 1.1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / ContainerTest.php
index 834fef32b19cb7f0367d60a402cd6cd14d5f57e4..dbe18f607e968d571d4254efc94c911368831f89 100644 (file)
@@ -698,7 +698,7 @@ class ContainerTest extends TestCase
     {
         $class = new \ReflectionClass('Symfony\Component\DependencyInjection\Container');
         $clone = $class->getMethod('__clone');
-        if (PHP_VERSION_ID >= 50400) {
+        if (\PHP_VERSION_ID >= 50400) {
             $this->assertFalse($class->isCloneable());
         }
         $this->assertTrue($clone->isPrivate());