Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/5717' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StringTrimTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function testBasic()
public function testUtf8()
{
if (version_compare(PHP_VERSION, '5.3.4', 'lt')) {
$this->markTestSkipped('PCRE update in 5.3.4 fixes unicode whitespace checking issues; in 5.3.3, this test fails due to outdated PCRE version');
$this->markTestSkipped('PCRE update in 5.3.4 fixes unicode whitespace checking issues; in 5.3.3, this test fails due bug #52971');
}
$this->assertEquals('a', $this->_filter->filter(utf8_encode("\xa0a\xa0")));
}
Expand Down

0 comments on commit fcb14ab

Please sign in to comment.