Adjust tests for added lastCheck time
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
5ca9a7d6bc
commit
9ac878b6cb
|
@ -91,6 +91,7 @@ class DefaultTokenProviderTest extends TestCase {
|
||||||
$toInsert->setType($type);
|
$toInsert->setType($type);
|
||||||
$toInsert->setRemember(IToken::DO_NOT_REMEMBER);
|
$toInsert->setRemember(IToken::DO_NOT_REMEMBER);
|
||||||
$toInsert->setLastActivity($this->time);
|
$toInsert->setLastActivity($this->time);
|
||||||
|
$toInsert->setLastCheck($this->time);
|
||||||
|
|
||||||
$this->config->expects($this->any())
|
$this->config->expects($this->any())
|
||||||
->method('getSystemValue')
|
->method('getSystemValue')
|
||||||
|
|
Loading…
Reference in New Issue