From: Michael Date: Wed, 8 Jan 2020 20:39:27 +0000 (+0000) Subject: Tests, still ongoing ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f2356c7fe8c7659dc9258d7d12f2ebdbd11a126;p=friendica.git Tests, still ongoing ... --- diff --git a/tests/src/Content/Text/HTMLTest.php b/tests/src/Content/Text/HTMLTest.php index 003913a3dd..fe54399014 100644 --- a/tests/src/Content/Text/HTMLTest.php +++ b/tests/src/Content/Text/HTMLTest.php @@ -60,7 +60,7 @@ class HTMLTest extends MockedTest ], 'bug-8075-html-tags' => [ 'expectedBBCode' => " I don't understand tests", - 'html' => "<big rant here&rt; I don't understand tests", + 'html' => "<big rant here> I don't understand tests", ], ]; }