From: Michael Date: Sun, 30 Jan 2022 15:12:07 +0000 (+0000) Subject: Empty test function added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72f755ce910ce646233063bae95ffebb239e75f7;p=friendica.git Empty test function added --- diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php new file mode 100644 index 0000000000..0b091e7f3e --- /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.'); + } + +}