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 d2493ba commit 60682aaCopy full SHA for 60682aa
tests/integration/src/Repositories/Traits/RevokeTokenByAuthCodeIdTraitTest.php
@@ -18,6 +18,7 @@
18
use SimpleSAML\Module\oidc\Entities\UserEntity;
19
use SimpleSAML\Module\oidc\Factories\Entities\AccessTokenEntityFactory;
20
use SimpleSAML\Module\oidc\Factories\Entities\ClientEntityFactory;
21
+use SimpleSAML\Module\oidc\Factories\Entities\ScopeEntityFactory;
22
use SimpleSAML\Module\oidc\Factories\Entities\UserEntityFactory;
23
use SimpleSAML\Module\oidc\Helpers;
24
use SimpleSAML\Module\oidc\ModuleConfig;
@@ -124,6 +125,7 @@ public function setUp(): void
124
125
new Helpers(),
126
$this->privateKey,
127
$this->createMock(JsonWebTokenBuilderService::class),
128
+ new ScopeEntityFactory(),
129
);
130
}
131
0 commit comments