summaryrefslogtreecommitdiffstats
path: root/tests/Settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-04-20 12:55:11 +0200
committerJoas Schilling <coding@schilljs.com>2017-04-20 12:55:11 +0200
commitb2deb6deb097a869bdae9ee273225641f0e0b506 (patch)
tree63c0526e19f6a52d56bfb791a153e195f2af0944 /tests/Settings
parent0de5fc9020aeac6d5715917ecf1f0943a9d70d06 (diff)
downloadnextcloud-server-b2deb6deb097a869bdae9ee273225641f0e0b506.tar.gz
nextcloud-server-b2deb6deb097a869bdae9ee273225641f0e0b506.zip
Use the correct class
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/Settings')
-rw-r--r--tests/Settings/Controller/UsersControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Settings/Controller/UsersControllerTest.php b/tests/Settings/Controller/UsersControllerTest.php
index 8ad7a2f3b35..d659d812b0d 100644
--- a/tests/Settings/Controller/UsersControllerTest.php
+++ b/tests/Settings/Controller/UsersControllerTest.php
@@ -12,7 +12,6 @@ namespace Tests\Settings\Controller;
use OC\Accounts\AccountManager;
use OC\Group\Manager;
-use OC\Mail\IEMailTemplate;
use OC\Settings\Controller\UsersController;
use OC\Settings\Mailer\NewUserMailHelper;
use OCP\App\IAppManager;
@@ -31,6 +30,7 @@ use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserManager;
use OCP\IUserSession;
+use OCP\Mail\IEMailTemplate;
use OCP\Mail\IMailer;
use OCP\Security\ICrypto;
use OCP\Security\ISecureRandom;