]> 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 5cdfa978bdec21f7b5bd42d47aa5c2198d286d42..6e862605585f544d84e420ed6bf06c036223e03a 100644 (file)
@@ -1,4 +1,23 @@
 <?php
+/**
+ * @copyright Copyright (C) 2010-2022, the Friendica project
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
 
 namespace Friendica\Test\src\Content;
 
@@ -6,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.');
        }
 }