summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-09-26 12:08:54 -0400
committerMatt Farina <[email protected]>2013-09-26 12:08:54 -0400
commit36d188ad4562abdfe4cd7901c040cafbfe708a2c (patch)
tree8864f15582e7c4993e68fd2224592c10a60ac5e4 /test/HTML5/Html5Test.php
parent3b9f5018aa0b72b4eaf8fd9eec98348a0b11f807 (diff)
Moved the output rules from being a configurable option. This is part of a change to commonize how we override classes to be more consistent.
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);