Add the possibility to use a different configuration directory

This commit is contained in:
Philipp 2021-09-11 14:33:26 +02:00
parent c40b3411a7
commit 5702944116
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
12 changed files with 75 additions and 19 deletions

View file

@ -57,7 +57,7 @@ class DatabaseLockDriverTest extends LockTest
// load real config to avoid mocking every config-entry which is related to the Database class
$configFactory = new ConfigFactory();
$loader = new ConfigFileLoader($this->root->url());
$loader = new ConfigFileLoader($this->root->url(), []);
$configCache = $configFactory->createCache($loader);
$dba = new StaticDatabase($configCache, $profiler, $logger);