Browse Source
Adjust tests for added lastCheck time
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/7297/head
Lukas Reschke
8 years ago
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with
1 additions and
0 deletions
-
tests/lib/Authentication/Token/DefaultTokenProviderTest.php
|
|
|
@ -91,6 +91,7 @@ class DefaultTokenProviderTest extends TestCase { |
|
|
|
$toInsert->setType($type); |
|
|
|
$toInsert->setRemember(IToken::DO_NOT_REMEMBER); |
|
|
|
$toInsert->setLastActivity($this->time); |
|
|
|
$toInsert->setLastCheck($this->time); |
|
|
|
|
|
|
|
$this->config->expects($this->any()) |
|
|
|
->method('getSystemValue') |
|
|
|
|