summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/HTMLParserTest.php4
-rw-r--r--test/ReadabilityTest.php6
2 files changed, 3 insertions, 7 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
+}
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 50af972..967381f 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -2,10 +2,6 @@
namespace andreskrey\Readability\Test;
-
-use andreskrey\Readability\Readability;
-
class ReadabilityTest extends \PHPUnit_Framework_TestCase
{
-
-} \ No newline at end of file
+}