unit tests and bug fixes

This commit is contained in:
Dennis Eichhorn 2021-10-10 11:03:34 +02:00
parent c3cbf7dd6c
commit 961d010bcc

View File

@ -162,7 +162,7 @@ final class Application
DataMapperAbstract::setConnection($con);
$this->app->cachePool = new CachePool();
$this->app->appSettings = new CoreSettings($con);
$this->app->appSettings = new CoreSettings();
$this->app->eventManager = new EventManager($this->app->dispatcher);
$this->app->accountManager = new AccountManager($this->app->sessionManager);
$this->app->l11nServer = LocalizationMapper::get(1);