diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php index 4d60023ef..c40778660 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.'); + } }