]> git.mxchange.org Git - friendica.git/commitdiff
adapt return type
authorPhilipp <admin@philipp.info>
Sun, 25 Sep 2022 21:17:37 +0000 (23:17 +0200)
committerPhilipp <admin@philipp.info>
Sun, 25 Sep 2022 21:17:37 +0000 (23:17 +0200)
tests/src/Module/Api/Mastodon/PushSubscriptionTest.php

index ec0df8c984958316b09b78c5bad45fba15e04652..ae453e4586819bbc078b8bbaa79fcc4bffa5e24a 100644 (file)
@@ -30,7 +30,7 @@ class PushSubscriptionTest extends ApiTest
         *
         * @return void
         */
-       public function testApiAccountVerifyCredentials()
+       public function testApiAccountVerifyCredentials(): void
        {
                $this->markTestIncomplete('Needs mocking of whole applictaions/Apps first');
 
@@ -50,7 +50,7 @@ class PushSubscriptionTest extends ApiTest
         *
         * @return void
         */
-       public function testApiAccountVerifyCredentialsWithoutAuthenticatedUser()
+       public function testApiAccountVerifyCredentialsWithoutAuthenticatedUser(): void
        {
                self::markTestIncomplete('Needs dynamic BasicAuth first');