Update CredentialsManagerTest.php
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
9e8690d912
commit
2a11713337
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue