Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-foundation / Tests / Session / Storage / NativeSessionStorageTest.php
index 382707b0c399e795547c57b8b77f70e17e4dd2d9..52da2947cbcb739cc22892d20a74000d24ceb9ce 100644 (file)
@@ -184,7 +184,7 @@ class NativeSessionStorageTest extends TestCase
 
     public function testSessionOptions()
     {
-        if (defined('HHVM_VERSION')) {
+        if (\defined('HHVM_VERSION')) {
             $this->markTestSkipped('HHVM is not handled in this test case.');
         }