mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33: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,
|
'main_connexion' => $connexionINI,
|
||||||
'test_connexion' => array(
|
'test_connexion' => array(
|
||||||
'driver' => 'pdo_sqlite',
|
'driver' => 'pdo_sqlite',
|
||||||
'path' => $root . 'lib/unitTest/tests.sqlite',
|
'path' => realpath($root . 'lib/unitTest/tests.sqlite'),
|
||||||
'charset' => 'UTF8'
|
'charset' => 'UTF8'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user