From 36d188ad4562abdfe4cd7901c040cafbfe708a2c Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Thu, 26 Sep 2013 12:08:54 -0400 Subject: 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. --- test/HTML5/Html5Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'test/HTML5/Html5Test.php') 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); -- cgit v1.2.3