mirror of
https://github.com/friendica/friendica
synced 2024-11-12 22:22:54 +00:00
Converted in tabs
This commit is contained in:
parent
71959bb9fc
commit
baf8951745
1 changed files with 10 additions and 10 deletions
|
@ -26,15 +26,15 @@ use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
class TagTest extends TestCase
|
class TagTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function testGetFromBody()
|
public function testGetFromBody()
|
||||||
{
|
{
|
||||||
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
|
||||||
$tags = Tag::getFromBody($body);
|
$tags = Tag::getFromBody($body);
|
||||||
// Some expectations here
|
// Some expectations here
|
||||||
self::markTestIncomplete('Needs knowledge.');
|
self::markTestIncomplete('Needs knowledge.');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue