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
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testApiAccountVerifyCredentials()
|
public function testApiAccountVerifyCredentials(): void
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete('Needs mocking of whole applictaions/Apps first');
|
$this->markTestIncomplete('Needs mocking of whole applictaions/Apps first');
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ class PushSubscriptionTest extends ApiTest
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function testApiAccountVerifyCredentialsWithoutAuthenticatedUser()
|
public function testApiAccountVerifyCredentialsWithoutAuthenticatedUser(): void
|
||||||
{
|
{
|
||||||
self::markTestIncomplete('Needs dynamic BasicAuth first');
|
self::markTestIncomplete('Needs dynamic BasicAuth first');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue