We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8516bcd commit 4ae7cf8Copy full SHA for 4ae7cf8
1 file changed
test/PluginSessionTest.php
@@ -248,6 +248,8 @@ public function testConstructorUpdatesInfoOnJwt() {
248
$newSession = new $mock($this->pluginId, $this->publicKey);
249
250
/** @var PluginSession $newSession */
251
+ $newSession = new $mock($this->pluginId, $this->publicKey);
252
+
253
$this->assertEquals($newSession->getRole(), $tokenData[PluginSession::CLAIM_USER_ROLE]);
254
$this->assertEquals($session->getRole(), $newSession->getRole());
255
}
0 commit comments