We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bffeb commit e7e25e2Copy full SHA for e7e25e2
Tests/Functional/AccessTokenTest.php
@@ -353,6 +353,8 @@ public function testCustomUserLoader()
353
354
/**
355
* @dataProvider validAccessTokens
356
+ *
357
+ * @requires extension openssl
358
*/
359
public function testOidcSuccess(string $token)
360
{
@@ -367,6 +369,8 @@ public function testOidcSuccess(string $token)
367
369
368
370
371
* @dataProvider invalidAccessTokens
372
373
374
375
public function testOidcFailure(string $token)
376
0 commit comments