mirror of
https://github.com/friendica/friendica
synced 2025-01-23 22:59:47 +00:00
14 lines
220 B
PHP
14 lines
220 B
PHP
|
<?php
|
||
|
|
||
|
namespace Friendica\Test\src\Content;
|
||
|
|
||
|
use Friendica\Test\MockedTest;
|
||
|
|
||
|
class ItemTest extends MockedTest
|
||
|
{
|
||
|
public function testDetermineCategoriesTerms()
|
||
|
{
|
||
|
$this->markTestIncomplete('Test data needed.');
|
||
|
}
|
||
|
}
|