summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-25 12:02:05 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 12:02:05 +0200
commit8afbd803289a821a45bc63c2d2305d93dc757c48 (patch)
tree7f0c8fc23e99443e011dc3469cea8c402b43dda0
parent25f31107301b3ed08cbd9ade2a4bf37e88e54044 (diff)
downloadnextcloud-server-8afbd803289a821a45bc63c2d2305d93dc757c48.tar.gz
nextcloud-server-8afbd803289a821a45bc63c2d2305d93dc757c48.zip
Move parallel merged auth tests to PSR-4
-rw-r--r--tests/Core/Controller/TwoFactorChallengeControllerTest.php (renamed from tests/core/controller/TwoFactorChallengeControllerTest.php)3
-rw-r--r--tests/Core/Middleware/TwoFactorMiddlewareTest.php (renamed from tests/core/middleware/TwoFactorMiddlewareTest.php)3
-rw-r--r--tests/Settings/Controller/AuthSettingsControllerTest.php (renamed from tests/settings/controller/AuthSettingsControllerTest.php)0
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/core/controller/TwoFactorChallengeControllerTest.php b/tests/Core/Controller/TwoFactorChallengeControllerTest.php
index c65625ec329..aa1c7d39cfa 100644
--- a/tests/core/controller/TwoFactorChallengeControllerTest.php
+++ b/tests/Core/Controller/TwoFactorChallengeControllerTest.php
@@ -20,8 +20,9 @@
*
*/
-namespace OC\Core\Controller;
+namespace Test\Core\Controller;
+use OC\Core\Controller\TwoFactorChallengeController;
use Test\TestCase;
class TwoFactorChallengeControllerTest extends TestCase {
diff --git a/tests/core/middleware/TwoFactorMiddlewareTest.php b/tests/Core/Middleware/TwoFactorMiddlewareTest.php
index 12136db7fdf..248793bf987 100644
--- a/tests/core/middleware/TwoFactorMiddlewareTest.php
+++ b/tests/Core/Middleware/TwoFactorMiddlewareTest.php
@@ -20,8 +20,9 @@
*
*/
-namespace OC\Core\Middleware;
+namespace Test\Core\Middleware;
+use OC\Core\Middleware\TwoFactorMiddleware;
use Test\TestCase;
class TwoFactorMiddlewareTest extends TestCase {
diff --git a/tests/settings/controller/AuthSettingsControllerTest.php b/tests/Settings/Controller/AuthSettingsControllerTest.php
index ee67b221022..ee67b221022 100644
--- a/tests/settings/controller/AuthSettingsControllerTest.php
+++ b/tests/Settings/Controller/AuthSettingsControllerTest.php