mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 14:26:29 +02:00
tests fix - sqlite driver
This commit is contained in:
@@ -23,9 +23,9 @@ class DatabaseAuthTest extends AuthTest
|
||||
{
|
||||
$this->auth = new Database($this->session);
|
||||
$this->auth->init([
|
||||
'driver' => 'pdo',
|
||||
'driver' => 'sqlite',
|
||||
'dsn' => 'sqlite::memory:',
|
||||
'database' => 'users',
|
||||
'database' => 'tests/backend/tmp/temp/sqlite',
|
||||
]);
|
||||
|
||||
$this->conn = $this->auth->getConnection();
|
||||
|
Reference in New Issue
Block a user