Move (last) get_cats_and_terms to Content\Item::determineCategoriesTerms()

- Added incomplete test
This commit is contained in:
Philipp Holzer 2019-10-23 02:48:46 +02:00
parent ad67fd3aa8
commit edf006905b
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
5 changed files with 102 additions and 76 deletions

View file

@ -0,0 +1,13 @@
<?php
namespace Friendica\Test\src\Content;
use Friendica\Test\MockedTest;
class ItemTest extends MockedTest
{
public function testDetermineCategoriesTerms()
{
$this->markTestIncomplete('Test data needed.');
}
}