Skip to content

Commit 4ae7cf8

Browse files
committed
NFS-616: update doc
1 parent 8516bcd commit 4ae7cf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/PluginSessionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ public function testConstructorUpdatesInfoOnJwt() {
248248
$newSession = new $mock($this->pluginId, $this->publicKey);
249249

250250
/** @var PluginSession $newSession */
251+
$newSession = new $mock($this->pluginId, $this->publicKey);
252+
251253
$this->assertEquals($newSession->getRole(), $tokenData[PluginSession::CLAIM_USER_ROLE]);
252254
$this->assertEquals($session->getRole(), $newSession->getRole());
253255
}

0 commit comments

Comments
 (0)