summaryrefslogtreecommitdiff
path: root/test/HTML5/Serializer/OutputRulesTest.php
diff options
context:
space:
mode:
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('.+#', $m->invoke($o, '.+#'));