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.');
+ }
}