summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2019-07-22 22:37:28 +0100
committerAndres Rey <[email protected]>2019-07-22 22:37:28 +0100
commit3cfeb00970ea706b3571172dcd89d44f11b19540 (patch)
treec7ebd8b34cc16b5d31c253e03e2f7cff23c24d9b /test
parentc45c13ce6e3fe67e11acc2f3a37613b274e64806 (diff)
StyleCI changes
Diffstat (limited to 'test')
-rw-r--r--test/ReadabilityTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index 95366bc..ca208e8 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -3,7 +3,6 @@
namespace andreskrey\Readability\Test;
use andreskrey\Readability\Configuration;
-use andreskrey\Readability\Nodes\DOM\DOMDocument;
use andreskrey\Readability\ParseException;
use andreskrey\Readability\Readability;
@@ -34,7 +33,6 @@ class ReadabilityTest extends \PHPUnit\Framework\TestCase
$readability = new Readability($configuration);
$readability->parse($testPage->getSourceHTML());
-// $this->assertXmlStringEqualsXmlString($testPage->getExpectedHTML(), $readability->getContent());
$this->assertSame($testPage->getExpectedHTML(), $readability->getContent(), 'Parsed text does not match the expected one.');
}