summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-30 20:48:38 +0000
committerAndres Rey <[email protected]>2017-11-30 20:48:38 +0000
commit35f81ed82beffcacbaa3e2937e90a8cf30b4f9ec (patch)
tree3524c52addbe7dbfd24c4cb69081dfcb7bd19c50 /test
parent3dcab7ef67c8d6b0778a4d1a1439ea44ac5ce469 (diff)
Minor fix
Diffstat (limited to 'test')
-rw-r--r--test/ReadabilityTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 8f15316..a577b3d 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -40,7 +40,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase
*/
public function testHTMLParserParsesImages($html, $expectedResult, $expectedMetadata, $config, $expectedImages)
{
- $options = ['originalURL' => 'http://fakehost/test.html',
+ $options = ['originalURL' => 'http://fakehost/test/test.html',
'fixRelativeURLs' => true,
'substituteEntities' => true,
];