Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / SudoTest.php
index 8ac0777437e2b3f162acc0dd5cfd2177b7d4584f..6123db04e64d4797fc4ce7b19370bc0971d6ec12 100644 (file)
@@ -17,7 +17,7 @@ class SudoTest extends \PHPUnit\Framework\TestCase
 {
     public function setUp()
     {
-        if (version_compare(PHP_VERSION, '7.1.0', '<')) {
+        if (\version_compare(PHP_VERSION, '7.1.0', '<')) {
             $this->markTestSkipped('YOLO');
         }
     }