Reverted notify, changed test

This commit is contained in:
Michael 2020-01-08 20:15:01 +00:00
parent 4a25286816
commit a2af9f55a9
2 changed files with 48 additions and 59 deletions

View file

@ -59,8 +59,8 @@ class HTMLTest extends MockedTest
'html' => '<audio src="http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3" controls="controls"><a href="http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3">http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3</a></audio>',
],
'bug-8075-html-tags' => [
'expectedBBCode' => "<rant here> I don't understand tests",
'html' => "<rant here> I don't understand tests",
'expectedBBCode' => "&lt;big rant here&rt; I don't understand tests",
'html' => "<big rant here> I don't understand tests",
],
];
}