From 35f81ed82beffcacbaa3e2937e90a8cf30b4f9ec Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Thu, 30 Nov 2017 20:48:38 +0000 Subject: Minor fix --- test/ReadabilityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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, ]; -- cgit v1.2.3