From: Michael Date: Sun, 30 Jan 2022 16:30:49 +0000 (+0000) Subject: New lines added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f59dc07c4da1216e50bbfeed036d198f3b56a3f;p=friendica.git New lines added --- diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php index c85b173acd..7858cec954 100644 --- a/tests/src/Model/TagTest.php +++ b/tests/src/Model/TagTest.php @@ -32,7 +32,9 @@ class TagTest extends TestCase public function testGetFromBody() { $body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore'; + $tags = Tag::getFromBody($body); + $expected = [ [ '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url]',