From 6e9fa0706e97627e1749b0a5e6a0215c472ccaf1 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Fri, 23 Dec 2016 22:11:13 +0000 Subject: Apply fixes from StyleCI --- test/HTMLParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/HTMLParserTest.php') 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 +} -- cgit v1.2.3