Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Rudolf <github.com@daniel-rudolf.de>2021-08-04 19:52:55 +0300
committerDaniel Rudolf <github.com@daniel-rudolf.de>2021-08-04 19:52:55 +0300
commitaa455e71d95c877b0dc758bc5c873d9278e6e112 (patch)
tree6f1135402c356f68cd940e0b2ca5efd1f8d91a67 /tests/Core
parentb768cade2b2c6664851de6462a17ef3531305971 (diff)
parent2a632195365be77889428e85801a00c74ab6a836 (diff)
Merge branch 'master' into enhancement/noid/IURLGenerator-linkToDefaultPageUrl
Diffstat (limited to 'tests/Core')
-rw-r--r--tests/Core/Controller/ChangePasswordControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/ChangePasswordControllerTest.php b/tests/Core/Controller/ChangePasswordControllerTest.php
index dfd65aed47f..190afd3be47 100644
--- a/tests/Core/Controller/ChangePasswordControllerTest.php
+++ b/tests/Core/Controller/ChangePasswordControllerTest.php
@@ -22,11 +22,11 @@
namespace Tests\Core\Controller;
-use OC\HintException;
use OC\User\Session;
use OCA\Settings\Controller\ChangePasswordController;
use OCP\App\IAppManager;
use OCP\AppFramework\Http\JSONResponse;
+use OCP\HintException;
use OCP\IGroupManager;
use OCP\IL10N;
use OCP\IRequest;