summaryrefslogtreecommitdiff
path: root/test/HTMLParserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTMLParserTest.php')
-rw-r--r--test/HTMLParserTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php
index 5e58135..d800805 100644
--- a/test/HTMLParserTest.php
+++ b/test/HTMLParserTest.php
@@ -12,7 +12,7 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase
public function testHTMLParserParsesHTML($html, $expectedResult, $expectedMetadata)
{
$readability = new HTMLParser([
- 'originalURL' => 'http://fakehost/test/test.html'
+ 'originalURL' => 'http://fakehost/test/test.html',
]);
$result = $readability->parse($html);
@@ -39,4 +39,4 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase
return $pages;
}
-} \ No newline at end of file
+}