summaryrefslogtreecommitdiff
path: root/test/HTMLParserTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-03-07 15:41:40 +0000
committerAndres Rey <[email protected]>2017-03-07 15:41:40 +0000
commit35a46605ba88638d5eb5a5baa3b5f5b5db077c27 (patch)
tree71d70c650a5c8dafe2a133028dc0852d9be9d9b9 /test/HTMLParserTest.php
parenta0d42e6578d641f83443b863a333e7b1a9d50357 (diff)
Corrected some test cases
Diffstat (limited to 'test/HTMLParserTest.php')
-rw-r--r--test/HTMLParserTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php
index 55b82b8..2db0443 100644
--- a/test/HTMLParserTest.php
+++ b/test/HTMLParserTest.php
@@ -13,7 +13,6 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase
{
$options = ['originalURL' => 'http://fakehost/test/test.html',
'fixRelativeURLs' => true,
- 'normalizeSpaces' => false,
'substituteEntities' => true
];