We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa69d2 commit 910a0d3Copy full SHA for 910a0d3
1 file changed
tests/lib/Config/LexiconTest.php
@@ -7,9 +7,6 @@
7
*/
8
namespace Tests\lib\Config;
9
10
-use NCU\Config\Exceptions\TypeConflictException;
11
-use NCU\Config\Exceptions\UnknownKeyException;
12
-use NCU\Config\IUserConfig;
13
use OC\AppConfig;
14
use OC\AppFramework\Bootstrap\Coordinator;
15
use OC\Config\ConfigManager;
@@ -81,6 +78,7 @@ public function testAppConfigMigrationToLazy() {
81
78
// to avoid filling cache with an empty Lexicon, we use a new IAppConfig
82
79
$appConfig = new AppConfig(
83
80
Server::get(IDBConnection::class),
+ Server::get(IConfig::class),
84
Server::get(LoggerInterface::class),
85
Server::get(ICrypto::class),
86
);
0 commit comments