diff options
Diffstat (limited to 'tests/lib/AppTest.php')
-rw-r--r-- | tests/lib/AppTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/AppTest.php b/tests/lib/AppTest.php index 4813ea8c839..07205c730ce 100644 --- a/tests/lib/AppTest.php +++ b/tests/lib/AppTest.php @@ -10,6 +10,7 @@ namespace Test; use OC\App\AppManager; use OC\App\InfoParser; use OC\AppConfig; +use OC\Config\ConfigManager; use OCP\EventDispatcher\IEventDispatcher; use OCP\IAppConfig; use OCP\ICacheFactory; @@ -573,6 +574,7 @@ class AppTest extends \Test\TestCase { Server::get(IEventDispatcher::class), Server::get(LoggerInterface::class), Server::get(ServerVersion::class), + \OCP\Server::get(ConfigManager::class), )); } |