mirror of
https://github.com/friendica/friendica
synced 2025-02-19 16:06:48 +00:00
Fix test fixture for ConfigFileManager
This commit is contained in:
parent
86516d8b28
commit
62f87c13ea
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ trait FixtureTestTrait
|
|||
->addRules(include __DIR__ . '/../static/dependencies.config.php')
|
||||
->addRule(ConfigFileManager::class, [
|
||||
'instanceOf' => Config::class,
|
||||
'call' => [['createConfigFileManager', [$this->root->url(), $server,], Dice::CHAIN_CALL]]])
|
||||
'call' => [['createConfigFileManager', [$this->root->url(), $this->root->url() . '/addon', $server,], Dice::CHAIN_CALL]]])
|
||||
->addRule(Database::class, ['instanceOf' => StaticDatabase::class, 'shared' => true])
|
||||
->addRule(IHandleSessions::class, ['instanceOf' => Memory::class, 'shared' => true, 'call' => null])
|
||||
->addRule(Arguments::class, [
|
||||
|
|
Loading…
Add table
Reference in a new issue