summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/OutputRulesTest.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-05-30 17:13:33 -0400
committerMatt Farina <[email protected]>2013-05-30 17:13:33 -0400
commitdd651c0d9209ced63eb0c87740d23b263bef6e75 (patch)
tree6b1b032a71464d49992895960842ba9751613c5f /test/HTML5/Serializer/OutputRulesTest.php
parent966f0a9954f1ebc1d6900726a88f5527e75eed69 (diff)
Updated the option naming so the serializer and parser can share the same default option setup and have it still make sense.
Diffstat (limited to 'test/HTML5/Serializer/OutputRulesTest.php')
-rw-r--r--test/HTML5/Serializer/OutputRulesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Serializer/OutputRulesTest.php b/test/HTML5/Serializer/OutputRulesTest.php
index a3fa3e8..3d4e842 100644
--- a/test/HTML5/Serializer/OutputRulesTest.php
+++ b/test/HTML5/Serializer/OutputRulesTest.php
@@ -157,7 +157,7 @@ class OutputRulesTest extends \HTML5\Tests\TestCase {
$this->assertEquals($expected, $m->invoke($o, $test));
}
- list($o, $s) = $this->getOutputRules(array('encode' => TRUE));
+ list($o, $s) = $this->getOutputRules(array('encode_entities' => TRUE));
$m = $this->getProtectedMethod('enc');
$this->assertEquals('&period;&plus;&num;', $m->invoke($o, '.+#'));