adapt return type

pull/11933/head
Philipp 2022-09-25 23:17:37 +02:00
rodzic 60b1cac166
commit 2d4598a4db
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 24A7501396EB5432
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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');