mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
adapt return type
This commit is contained in:
parent
60b1cac166
commit
2d4598a4db
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue