Update tests to remove the dependancy to configuration

Change the databases to be unique by test file


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2670 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2016-03-12 16:34:44 +00:00
parent 3c133753ea
commit e977f9dfa1
5 changed files with 93 additions and 190 deletions

View File

@@ -7,7 +7,7 @@ class test_dblayerauthzgroups_sqlite extends PHPUnit_Framework_TestCase
{
public $confs = array (
"sqlite" => array (
"dsn" => "sqlite:/tmp/database.db",
"dsn" => "sqlite:/tmp/databaseAuthz.db",
"username" => null,
"password" => null,
"driver_options" => null,