]> git.mxchange.org Git - friendica.git/blob - tests/src/Content/ItemTest.php
Merge pull request #7762 from nupplaphil/task/mod_ignored
[friendica.git] / tests / src / Content / ItemTest.php
1 <?php
2
3 namespace Friendica\Test\src\Content;
4
5 use Friendica\Test\MockedTest;
6
7 class ItemTest extends MockedTest
8 {
9         public function testDetermineCategoriesTerms()
10         {
11                 $this->markTestIncomplete('Test data needed.');
12         }
13 }