mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Updated tests.
This commit is contained in:
@@ -4,7 +4,7 @@ return [
|
||||
'connections' => [
|
||||
'sqlite' => [
|
||||
'driver' => 'sqlite',
|
||||
'database' => 'tests/_data/testing.sqlite',
|
||||
'database' => realpath(__DIR__.'/../../../tests/_data/db.sqlite'),
|
||||
'prefix' => ''
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user