mirror of
https://github.com/filp/whoops.git
synced 2026-09-15 20:26:44 +00:00
Skip on hhvm too
This commit is contained in:
@@ -39,7 +39,7 @@ class TemplateHelperTest extends TestCase
|
||||
|
||||
public function testEscapeBrokenUtf8()
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '5.4', '<')) {
|
||||
if (version_compare(PHP_VERSION, '5.4', '<') || defined('HHVM_VERSION')) {
|
||||
return $this->markTestSkipped();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user