Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / Exception / ThrowUpExceptionTest.php
index f44ab8736e59e37161be390459e64e1d6fce7fa2..09c33732408d7845b69f7b1fa3a9ddbb7ad2693c 100644 (file)
@@ -40,7 +40,7 @@ class ThrowUpExceptionTest extends \PHPUnit\Framework\TestCase
 
     public function testFromThrowableWithError()
     {
-        if (version_compare(PHP_VERSION, '7.0.0', '<')) {
+        if (\version_compare(PHP_VERSION, '7.0.0', '<')) {
             $this->markTestSkipped();
         }