Update CredentialsManagerTest.php

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Joas Schilling 2021-04-20 22:25:35 +02:00 committed by Roeland Jago Douma
parent 9e8690d912
commit 2a11713337
1 changed files with 0 additions and 3 deletions

View File

@ -21,14 +21,11 @@
namespace Test\Security;
use OC\DB\ConnectionAdapter;
use OC\Security\CredentialsManager;
use OC\SystemConfig;
use OCP\DB\IResult;
use OCP\DB\QueryBuilder\IExpressionBuilder;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IDBConnection;
use OCP\ILogger;
use OCP\Security\ICrypto;
/**