mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-02-16 17:58:42 +00:00
unit tests and bug fixes
This commit is contained in:
parent
afc72144ef
commit
8b6437ee3c
|
|
@ -139,7 +139,7 @@ final class Application
|
||||||
DataMapperAbstract::setConnection($con);
|
DataMapperAbstract::setConnection($con);
|
||||||
|
|
||||||
$this->app->cachePool = new CachePool();
|
$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->eventManager = new EventManager($this->app->dispatcher);
|
||||||
$this->app->accountManager = new AccountManager($this->app->sessionManager);
|
$this->app->accountManager = new AccountManager($this->app->sessionManager);
|
||||||
$this->app->l11nServer = LocalizationMapper::get(1);
|
$this->app->l11nServer = LocalizationMapper::get(1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user