]> 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 102e594270b0775908a8cc615df68497b342bfd1..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,8 +25,11 @@ use Friendica\Test\MockedTest;
 
 class ItemTest extends MockedTest
 {
+       /**
+        * @doesNotPerformAssertions
+        */
        public function testDetermineCategoriesTerms()
        {
-               $this->markTestIncomplete('Test data needed.');
+               static::markTestIncomplete('Test data needed.');
        }
 }