. * */ namespace Friendica\Test\src\Model; use PHPUnit\Framework\TestCase; class TagTest extends TestCase { /** * */ public function testGetFromBody() { self::markTestIncomplete('Needs knowledge.'); } }