summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
authorFiveFilters.org <[email protected]>2021-08-17 01:46:03 +0200
committerFiveFilters.org <[email protected]>2021-08-17 01:46:03 +0200
commit7fa0388f0548d9eccb8352d3d069eaab57d6179e (patch)
tree00cb8539bb87662732306f8d2f6f0628a5083f25 /test/ReadabilityTest.php
parent7be1f530223504b3edcfb42975b8eb5b3f01d71e (diff)
Update test data
Diffstat (limited to 'test/ReadabilityTest.php')
-rw-r--r--test/ReadabilityTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 3ef121f..842d259 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -95,7 +95,7 @@ class ReadabilityTest extends \PHPUnit\Framework\TestCase
$readability = new Readability($configuration);
$readability->parse($testPage->getSourceHTML());
- $this->assertSame($testPage->getExpectedImages(), $readability->getImages());
+ $this->assertSame($testPage->getExpectedImages(), array_values($readability->getImages()));
}
/**