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