mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 01:38:41 +00:00
This commit is contained in:
parent
8f96fe36c7
commit
0cb183c1df
|
|
@ -56,7 +56,7 @@ final class ModuleManagerTest extends \PHPUnit\Framework\TestCase
|
|||
$this->app->dbPool = $GLOBALS['dbpool'];
|
||||
$this->app->router = new WebRouter();
|
||||
$this->app->dispatcher = new Dispatcher($this->app);
|
||||
$this->app->appSettings = new CoreSettings($this->app->dbPool->get('admin'));
|
||||
$this->app->appSettings = new CoreSettings();
|
||||
$this->moduleManager = new ModuleManager($this->app, __DIR__ . '/../../../Modules/');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user