Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / Proxy / SessionHandlerProxyTest.php
index 243f850b5ebdfb6fb28475bab2f05628b1f9d367..df277ac5a8defb9b74464315d308831f08fb85ee 100644 (file)
@@ -54,7 +54,7 @@ class SessionHandlerProxyTest extends TestCase
 
         $this->assertFalse($this->proxy->isActive());
         $this->proxy->open('name', 'id');
-        if (PHP_VERSION_ID < 50400) {
+        if (\PHP_VERSION_ID < 50400) {
             $this->assertTrue($this->proxy->isActive());
         } else {
             $this->assertFalse($this->proxy->isActive());