summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Html5Test.php')
-rw-r--r--test/HTML5/Html5Test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/HTML5/Html5Test.php b/test/HTML5/Html5Test.php
index 844d7fc..6511ae5 100644
--- a/test/HTML5/Html5Test.php
+++ b/test/HTML5/Html5Test.php
@@ -79,7 +79,6 @@ class Html5Test extends TestCase {
public function testConfig() {
$options = \HTML5::options();
$this->assertEquals(FALSE, $options['encode_entities']);
- $this->assertEquals('\HTML5\Serializer\OutputRules', $options['output_rules']);
\HTML5::setOption('foo', 'bar');
\HTML5::setOption('encode_entities', TRUE);