Converted in tabs

pull/11196/head
Michael 2022-01-30 16:00:17 +00:00
parent 71959bb9fc
commit baf8951745
1 changed files with 10 additions and 10 deletions

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