]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Model/TagTest.php
spelling: cached
[friendica.git] / tests / src / Model / TagTest.php
index c85b173acdd8a09985c073a48ecbd2ecc53d0d4b..62003734b1d2464e420ac5cb9e1dbc8eac58a8b9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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]',