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 4e40cfd commit bb61dbfCopy full SHA for bb61dbf
tests/Integration/Session/DatabaseSessionHandlerTest.php
@@ -59,6 +59,7 @@ public function test_garbage_collector()
59
$connection = $this->app['db']->connection();
60
61
$handler = new DatabaseSessionHandler($connection, 'sessions', 1, $this->app);
62
+ Carbon::setTestNow(Carbon::now());
63
$handler->write('simple_id_1', 'abcd');
64
$this->assertEquals(0, $handler->gc(1));
65
0 commit comments