mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
fix: unwanted imports after rebase
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
7fa69d297d
commit
910a0d395e
1 changed files with 1 additions and 3 deletions
|
|
@ -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),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue