Security update for Core, with self-updated composer
[yaffs-website] / vendor / psy / psysh / test / Psy / Test / Util / DocblockTest.php
index a9aef6887e76cbd12f2996c0610146b67cfe26a7..9ed3c02905027136c53f982a9cda98f76c0758ed 100644 (file)
@@ -13,7 +13,7 @@ namespace Psy\Test\Util;
 
 use Psy\Util\Docblock;
 
-class DocblockTest extends \PHPUnit_Framework_TestCase
+class DocblockTest extends \PHPUnit\Framework\TestCase
 {
     /**
      * @dataProvider comments
@@ -41,6 +41,10 @@ class DocblockTest extends \PHPUnit_Framework_TestCase
 
     public function comments()
     {
+        if (defined('HHVM_VERSION')) {
+            $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.');
+        }
+
         return array(
             array('', '', array()),
             array(