From 85fb92a04204f75f860acda197e4afe043c34b92 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Fri, 19 May 2017 16:02:36 +0200 Subject: [PATCH] Fix tests --- tests/ReadabilityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();