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 3a74afc commit 2a4781eCopy full SHA for 2a4781e
1 file changed
tests/lib/User/SessionTest.php
@@ -341,6 +341,7 @@ public function testPasswordlessLoginNoLastCheckUpdate(): void {
341
$session->expects($this->once())
342
->method('regenerateId');
343
$token = new PublicKeyToken();
344
+ $token->setId(1);
345
$token->setLoginName('foo');
346
$token->setLastCheck(0); // Never
347
$token->setUid('foo');
@@ -384,6 +385,7 @@ public function testLoginLastCheckUpdate(): void {
384
385
386
387
388
389
390
391
0 commit comments