summaryrefslogtreecommitdiff
path: root/test/HTMLParserTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-12-23 22:11:13 +0000
committerStyleCI Bot <[email protected]>2016-12-23 22:11:13 +0000
commit6e9fa0706e97627e1749b0a5e6a0215c472ccaf1 (patch)
tree2eddabe4998c850f3adf05ea93cb2385ec2d5e8c /test/HTMLParserTest.php
parentacf1af50defa03cd5ca884a478c2f214ca650025 (diff)
Apply fixes from StyleCI
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
+}