Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / CodeCleaner / RequirePassTest.php
index 0b7b3bc37e9842073a4c08e535c17476ed9917a9..6640e639b9a41c9c3ab975f3c8a583d7e36cb436 100644 (file)
@@ -70,7 +70,7 @@ class RequirePassTest extends CodeCleanerTestCase
      */
     public function testResolveEmptyWarnings($file)
     {
-        if (!E_WARNING & error_reporting()) {
+        if (!E_WARNING & \error_reporting()) {
             $this->markTestSkipped();
         }