Revert "MDL-46226 fix unit tests"
authorSam Hemelryk <sam@moodle.com>
Thu, 17 Jul 2014 01:57:01 +0000 (13:57 +1200)
committerSam Hemelryk <sam@moodle.com>
Thu, 17 Jul 2014 01:57:01 +0000 (13:57 +1200)
filter/emoticon/tests/filter_test.php

index 9d96072..38b69cc 100644 (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));