Corrected test

This commit is contained in:
Michael 2020-01-08 09:36:05 +00:00
parent 6133ccb1b6
commit e80234d20a
2 changed files with 67 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' => "<big rant here> I don't understand tests",
'html' => "<big rant here> I don't understand tests",
'expectedBBCode' => "<rant here> I don't understand tests",
'html' => "<rant here> I don't understand tests",
],
];
}