We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ef280 commit a510775Copy full SHA for a510775
1 file changed
tests/src/Jwks/Factories/JwksDecoratorFactoryTest.php
@@ -14,6 +14,7 @@
14
15
#[CoversClass(JwksDecoratorFactory::class)]
16
#[UsesClass(JwksDecorator::class)]
17
+#[UsesClass(JwksDecoratorFactory::class)]
18
final class JwksDecoratorFactoryTest extends TestCase
19
{
20
protected array $jwksArraySample = [
0 commit comments