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