diff options
author | Joas Schilling <coding@schilljs.com> | 2021-12-02 14:51:44 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-12-02 14:51:44 +0100 |
commit | 6d33d75be140081674d69cf303544405dac83541 (patch) | |
tree | fe0f85856e23ad295874fff718730a61e5bf69ac /tests | |
parent | 617528312ab6a899bab78ef5f320571d8c406fd3 (diff) | |
download | nextcloud-server-6d33d75be140081674d69cf303544405dac83541.tar.gz nextcloud-server-6d33d75be140081674d69cf303544405dac83541.zip |
Remove unused imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/User/SessionTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/User/SessionTest.php b/tests/lib/User/SessionTest.php index bed83cf0e31..8913e2f99c1 100644 --- a/tests/lib/User/SessionTest.php +++ b/tests/lib/User/SessionTest.php @@ -26,11 +26,9 @@ use OCP\IRequest; use OCP\ISession; use OCP\IUser; use OCP\Lockdown\ILockdownManager; -use OCP\Security\ICrypto; use OCP\Security\ISecureRandom; use OCP\User\Events\PostLoginEvent; use PHPUnit\Framework\MockObject\MockObject; -use Psr\Log\LoggerInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; /** |