X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fpsy%2Fpsysh%2Ftest%2FPsy%2FTest%2FFormatter%2FCodeFormatterTest.php;fp=vendor%2Fpsy%2Fpsysh%2Ftest%2FPsy%2FTest%2FFormatter%2FCodeFormatterTest.php;h=7f1635e55f11a2b08bc62c0691eeee9ffd12a95f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=aa028715f69744ee6be4b286390eb5fd6efe7b36;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/psy/psysh/test/Psy/Test/Formatter/CodeFormatterTest.php b/vendor/psy/psysh/test/Psy/Test/Formatter/CodeFormatterTest.php index aa028715f..7f1635e55 100644 --- a/vendor/psy/psysh/test/Psy/Test/Formatter/CodeFormatterTest.php +++ b/vendor/psy/psysh/test/Psy/Test/Formatter/CodeFormatterTest.php @@ -13,7 +13,7 @@ namespace Psy\Test\Formatter; use Psy\Formatter\CodeFormatter; -class CodeFormatterTest extends \PHPUnit_Framework_TestCase +class CodeFormatterTest extends \PHPUnit\Framework\TestCase { private function ignoreThisMethod($arg) { @@ -56,6 +56,10 @@ EOS; public function filenames() { + if (defined('HHVM_VERSION')) { + $this->markTestSkipped('We have issues with PHPUnit mocks on HHVM.'); + } + return array(array(null), array('not a file')); } }