$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));