summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
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,