]> git.mxchange.org Git - friendica.git/commitdiff
Converted in tabs
authorMichael <heluecht@pirati.ca>
Sun, 30 Jan 2022 16:00:17 +0000 (16:00 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 30 Jan 2022 16:00:17 +0000 (16:00 +0000)
tests/src/Model/TagTest.php

index 4d60023ef1b319365c10cb72aebeeff2edf4dc39..c40778660a49de399c47c0ff5166d4c01c7c8b97 100644 (file)
@@ -26,15 +26,15 @@ use PHPUnit\Framework\TestCase;
 
 class TagTest extends TestCase
 {
-    /**
-     *
-     */
-    public function testGetFromBody()
-    {
-        $body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
-        $tags = Tag::getFromBody($body);
-        // Some expectations here
-        self::markTestIncomplete('Needs knowledge.');
-    }
+       /**
+        *
+        */
+       public function testGetFromBody()
+       {
+               $body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
+               $tags = Tag::getFromBody($body);
+               // Some expectations here
+               self::markTestIncomplete('Needs knowledge.');
+       }
 
 }