diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php new file mode 100644 index 000000000..0b091e7f3 --- /dev/null +++ b/tests/src/Model/TagTest.php @@ -0,0 +1,36 @@ +. + * + */ + +namespace Friendica\Test\src\Model; + +use PHPUnit\Framework\TestCase; + +class TagTest extends TestCase +{ + /** + * + */ + public function testGetFromBody() + { + self::markTestIncomplete('Needs knowledge.'); + } + +}