]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Content/ItemTest.php
Merge pull request #11250 from nupplaphil/bug/redis_pw
[friendica.git] / tests / src / Content / ItemTest.php
index 7d8c229301a27744c47371aa33ee25b1327659bc..6e862605585f544d84e420ed6bf06c036223e03a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,6 +25,9 @@ use Friendica\Test\MockedTest;
 
 class ItemTest extends MockedTest
 {
+       /**
+        * @doesNotPerformAssertions
+        */
        public function testDetermineCategoriesTerms()
        {
                static::markTestIncomplete('Test data needed.');