summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/tests
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-16 12:36:03 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-17 13:31:48 +0200
commite8095cf7372a8e95ca0f57ada1ddb8712aebce9a (patch)
tree4646cb85b358b7dcb9db9d163bc648d19f294ca3 /apps/twofactor_backupcodes/tests
parent9f2d15ad5ce0e011de2594c7993714c3001c8c47 (diff)
downloadnextcloud-server-e8095cf7372a8e95ca0f57ada1ddb8712aebce9a.tar.gz
nextcloud-server-e8095cf7372a8e95ca0f57ada1ddb8712aebce9a.zip
use OCP\EventDispatcher\Event over Symfony's deprecated Event
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/twofactor_backupcodes/tests')
-rw-r--r--apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php b/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php
index 6644fce7293..3c36a35f7c1 100644
--- a/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php
+++ b/apps/twofactor_backupcodes/tests/Unit/Migration/CheckBackupCodeTest.php
@@ -23,15 +23,9 @@ declare(strict_types=1);
namespace OCA\TwoFactorBackupCodes\Tests\Unit\Migration;
-use OCA\TwoFactorBackupCodes\Event\CodesGenerated;
-use OCA\TwoFactorBackupCodes\Listener\RegistryUpdater;
use OCA\TwoFactorBackupCodes\Migration\CheckBackupCodes;
-use OCA\TwoFactorBackupCodes\Provider\BackupCodesProvider;
-use OCP\Authentication\TwoFactorAuth\IRegistry;
use OCP\BackgroundJob\IJobList;
-use OCP\IUser;
use OCP\Migration\IOutput;
-use Symfony\Component\EventDispatcher\Event;
use Test\TestCase;
class CheckBackupCodeTest extends TestCase {