diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php index c85b173ac..7858cec95 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]',