diff --git a/tests/ReadabilityTest.php b/tests/ReadabilityTest.php index c904f8e..50618e8 100644 --- a/tests/ReadabilityTest.php +++ b/tests/ReadabilityTest.php @@ -443,7 +443,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase public function testPostFilters() { - $readability = $this->getReadability('
' . str_repeat('

This is the awesome content :)

', 7) . '
', 'http://0.0.0.0'); + $readability = $this->getReadability('
' . str_repeat('

This is the awesome content :)

', 10) . '
', 'http://0.0.0.0'); $readability->addPostFilter('!]*>(.*?)!is', ''); $res = $readability->init();