]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Database/DBStructureTest.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / tests / src / Database / DBStructureTest.php
index ee1fb04f87e09e0b8270c3b2c35ccf8ab4331c99..87535b5a3e6b3b444ab9c5884388c88dfa1f5669 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,7 +30,7 @@ use Friendica\Test\Util\Database\StaticDatabase;
 
 class DBStructureTest extends DatabaseTest
 {
-       protected function setUp()
+       protected function setUp(): void
        {
                parent::setUp();
 
@@ -75,7 +75,7 @@ class DBStructureTest extends DatabaseTest
         * @small
         */
        public function testChangePrimaryKey() {
-               $this->markTestSkipped('rename primary key with autoincrement and foreign key support necessary first');
+               static::markTestSkipped('rename primary key with autoincrement and foreign key support necessary first');
                $oldID = 'client_id';
                $newID = 'pw';