mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
replace path to test sqlite database with realpath
This commit is contained in:
@@ -471,7 +471,7 @@ class appbox extends base
|
||||
'main_connexion' => $connexionINI,
|
||||
'test_connexion' => array(
|
||||
'driver' => 'pdo_sqlite',
|
||||
'path' => $root . 'lib/unitTest/tests.sqlite',
|
||||
'path' => realpath($root . 'lib/unitTest/tests.sqlite'),
|
||||
'charset' => 'UTF8'
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user