From: Philipp Date: Sun, 25 Sep 2022 21:17:37 +0000 (+0200) Subject: adapt return type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d4598a4db7f58f1b86ace064918cc13d7f2617c;p=friendica.git adapt return type --- diff --git a/tests/src/Module/Api/Mastodon/PushSubscriptionTest.php b/tests/src/Module/Api/Mastodon/PushSubscriptionTest.php index ec0df8c984..ae453e4586 100644 --- a/tests/src/Module/Api/Mastodon/PushSubscriptionTest.php +++ b/tests/src/Module/Api/Mastodon/PushSubscriptionTest.php @@ -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');