diff --git a/filter/emoticon/tests/filter_test.php b/filter/emoticon/tests/filter_test.php index 38b69ccb36a..9d960727157 100644 --- a/filter/emoticon/tests/filter_test.php +++ b/filter/emoticon/tests/filter_test.php @@ -54,7 +54,7 @@ class filter_emoticon_testcase extends advanced_testcase { $this->assertEquals($expected, $filter->filter('(grr)', $options)); // And texts matching target formats are filtered. - $expected = 'angry'; $options = array('originalformat' => FORMAT_HTML); // Only FORMAT_HTML is filtered, see {@link testable_filter_emoticon}. $this->assertEquals($expected, $filter->filter('(grr)', $options));