Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / Handler / NativeSessionHandlerTest.php
index bd335b3b4cf71c05ad3616e003ce92615eed7ab1..021d8c0f9e3a0c93644193e157e6fca7259e720e 100644 (file)
@@ -30,7 +30,7 @@ class NativeSessionHandlerTest extends TestCase
 
         // note for PHPUnit optimisers - the use of assertTrue/False
         // here is deliberate since the tests do not require the classes to exist - drak
-        if (PHP_VERSION_ID < 50400) {
+        if (\PHP_VERSION_ID < 50400) {
             $this->assertFalse($handler instanceof \SessionHandler);
             $this->assertTrue($handler instanceof NativeSessionHandler);
         } else {