Skip on hhvm too

This commit is contained in:
Graham Campbell
2014-03-30 18:30:28 +01:00
parent 9310d3d8db
commit fe4666d6fa
+1 -1
View File
@@ -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();
}