Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / Util / DocblockTest.php
index 6fa775d92db52d9f7e66d75d53f2e46faeee3bd5..82e12feded38558f95c5c5149ad46b58a56e4ebc 100644 (file)
@@ -41,7 +41,7 @@ class DocblockTest extends \PHPUnit\Framework\TestCase
 
     public function comments()
     {
-        if (defined('HHVM_VERSION')) {
+        if (\defined('HHVM_VERSION')) {
             $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.');
         }