Skip to content

Commit 896822a

Browse files
author
gguseynov
committed
fix: mark test skipped to avoid notice 'OK, but incomplete'
1 parent 785bf64 commit 896822a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Test/OpenIDConnect/Provider/AppleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protected function getTestResponseForGetIdentity(): ResponseInterface
3131

3232
public function testGetOpenIDUrl()
3333
{
34-
// nothing to test, because Apple->testGetOpenIDUrl will throw an exception on call
34+
$this->markTestSkipped('nothing to test, because Apple->testGetOpenIDUrl will throw an exception on call');
3535
}
3636

3737
public function testGetIdentitySuccess()

0 commit comments

Comments
 (0)