Revert "MDL-46226 fix unit tests"

This reverts commit d927f222a9.
This commit is contained in:
Dan Poltawski
2014-07-16 13:45:32 +01:00
parent 26f004f29b
commit d613a0db57
+1 -1
View File
@@ -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 = '<img class="emoticon" alt="angry"'.
$expected = '<img class="emoticon" alt="angry" title="angry"'.
' src="http://www.example.com/moodle/theme/image.php/_s/clean/core/1/s/angry" />';
$options = array('originalformat' => FORMAT_HTML); // Only FORMAT_HTML is filtered, see {@link testable_filter_emoticon}.
$this->assertEquals($expected, $filter->filter('(grr)', $options));