Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / PhpBridgeSessionStorageTest.php
index 99491ce86ac25a8f037105af282c59caf1c18c67..5cfb328d3095c572c9114d0ca5adcc73e209f5dc 100644 (file)
@@ -62,7 +62,7 @@ class PhpBridgeSessionStorageTest extends TestCase
 
     public function testPhpSession53()
     {
-        if (PHP_VERSION_ID >= 50400) {
+        if (\PHP_VERSION_ID >= 50400) {
             $this->markTestSkipped('Test skipped, for PHP 5.3 only.');
         }