diff --git a/tests/lib/Config/LexiconTest.php b/tests/lib/Config/LexiconTest.php index f95246e0da3..838b25e49b0 100644 --- a/tests/lib/Config/LexiconTest.php +++ b/tests/lib/Config/LexiconTest.php @@ -7,9 +7,6 @@ declare(strict_types=1); */ namespace Tests\lib\Config; -use NCU\Config\Exceptions\TypeConflictException; -use NCU\Config\Exceptions\UnknownKeyException; -use NCU\Config\IUserConfig; use OC\AppConfig; use OC\AppFramework\Bootstrap\Coordinator; use OC\Config\ConfigManager; @@ -81,6 +78,7 @@ class LexiconTest extends TestCase { // to avoid filling cache with an empty Lexicon, we use a new IAppConfig $appConfig = new AppConfig( Server::get(IDBConnection::class), + Server::get(IConfig::class), Server::get(LoggerInterface::class), Server::get(ICrypto::class), );