]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Database/DBStructureTest.php
Merge pull request #9437 from nupplaphil/task/httprequest_head
[friendica.git] / tests / src / Database / DBStructureTest.php
index ee1fb04f87e09e0b8270c3b2c35ccf8ab4331c99..1987f10c3146ec2964cba31ef553f826558d018d 100644 (file)
@@ -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';