Fixed expired cookie test
This commit is contained in:
parent
2ea3bd6160
commit
07595f681d
|
@ -18,4 +18,9 @@ class FakeCookie {
|
||||||
return $this->loggedIn;
|
return $this->loggedIn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isExpired(): bool
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue