Skip to content

Commit

Permalink
Skip on hhvm too
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Mar 30, 2014
1 parent 9310d3d commit fe4666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Whoops/Util/TemplateHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function testEscape()

public function testEscapeBrokenUtf8()
{
if (version_compare(PHP_VERSION, '5.4', '<')) {
if (version_compare(PHP_VERSION, '5.4', '<') || defined('HHVM_VERSION')) {
return $this->markTestSkipped();
}

Expand Down

0 comments on commit fe4666d

Please sign in to comment.