Browse Source

Adjust tests for added lastCheck time

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/7297/head
Lukas Reschke 8 years ago
parent
commit
9ac878b6cb
No known key found for this signature in database GPG Key ID: B9F6980CF6E759B1
  1. 1
      tests/lib/Authentication/Token/DefaultTokenProviderTest.php

1
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')

Loading…
Cancel
Save