Converted in tabs

pull/11196/head
Michael 2022-01-30 16:00:17 +00:00
rodzic 71959bb9fc
commit baf8951745
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

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