summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-12-21 14:04:54 -0300
committerAndres Rey <[email protected]>2016-12-21 14:04:54 -0300
commitf5fb536ffd0f247c0ee5f633089c15f66fbba481 (patch)
tree255187cd9ab67add901fe5d888fe779388bf218a /test
parent984ded395de1982a773f9639481552550c5e17ef (diff)
Added safe check when getting the article title.
Diffstat (limited to 'test')
-rw-r--r--test/HTMLParserTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php
index 6d46a90..1e64fdc 100644
--- a/test/HTMLParserTest.php
+++ b/test/HTMLParserTest.php
@@ -2,7 +2,6 @@
namespace andreskrey\Readability\Test;
-
use andreskrey\Readability\HTMLParser;
class HTMLParserTest extends \PHPUnit_Framework_TestCase