mirror of
https://github.com/filp/whoops.git
synced 2026-08-30 03:58:17 +00:00
TemplateHelperTest: enable escabe broken utf8 for 5.3
This commit is contained in:
@@ -39,7 +39,7 @@ class TemplateHelperTest extends TestCase
|
||||
|
||||
public function testEscapeBrokenUtf8()
|
||||
{
|
||||
if (version_compare(PHP_VERSION, '5.4', '<') || defined('HHVM_VERSION')) {
|
||||
if (defined('HHVM_VERSION')) {
|
||||
return $this->markTestSkipped();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user