summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-05-26 11:56:13 +0100
committerAndres Rey <[email protected]>2019-05-26 11:56:34 +0100
commitbb5e75ae05238fbe1b06d7e2164de215e2bf4b23 (patch)
treea11bd1c9b3fa4567f901e7516cbd13c7914f8e6f /test/ReadabilityTest.php
parentd08c46a9467b373ca277919a3bb7c7f5a7fc0771 (diff)
Update test expectations
Diffstat (limited to 'test/ReadabilityTest.php')
-rw-r--r--test/ReadabilityTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 97ba141..466680e 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -42,8 +42,10 @@ class ReadabilityTest extends \PHPUnit\Framework\TestCase
/**
* @dataProvider getSamplePages
+ *
+ * @throws ParseException
*/
- public function testHTMLParserParsesImages($html, $expectedResult, $expectedMetadata, $config, $expectedImages)
+ public function testHTMLParserParsesImages(TestPage $testPage)
{
$options = ['OriginalURL' => 'http://fakehost/test/test.html',
'fixRelativeURLs' => true,