mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 23:14:05 +02:00
session handler config upd
This commit is contained in:
@@ -25,12 +25,9 @@ class SessionStorageTest extends TestCase
|
||||
{
|
||||
$this->session_service = new SessionStorage(new Request());
|
||||
$this->session_service->init([
|
||||
'session_handler' => 'mockfilesession',
|
||||
'available' => [
|
||||
'mockfilesession' => function () {
|
||||
return new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage();
|
||||
},
|
||||
],
|
||||
'handler' => function () {
|
||||
return new \Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage();
|
||||
},
|
||||
]);
|
||||
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user