From: Michael Date: Sun, 30 Jan 2022 16:00:17 +0000 (+0000) Subject: Converted in tabs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=baf8951745f8841beff1c596b0dd405c5d76f8ed;p=friendica.git Converted in tabs --- diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php index 4d60023ef1..c40778660a 100644 --- a/tests/src/Model/TagTest.php +++ b/tests/src/Model/TagTest.php @@ -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.'); + } }