Move parallel merged auth tests to PSR-4
This commit is contained in:
parent
25f3110730
commit
8afbd80328
|
@ -20,8 +20,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace OC\Core\Controller;
|
namespace Test\Core\Controller;
|
||||||
|
|
||||||
|
use OC\Core\Controller\TwoFactorChallengeController;
|
||||||
use Test\TestCase;
|
use Test\TestCase;
|
||||||
|
|
||||||
class TwoFactorChallengeControllerTest extends TestCase {
|
class TwoFactorChallengeControllerTest extends TestCase {
|
|
@ -20,8 +20,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace OC\Core\Middleware;
|
namespace Test\Core\Middleware;
|
||||||
|
|
||||||
|
use OC\Core\Middleware\TwoFactorMiddleware;
|
||||||
use Test\TestCase;
|
use Test\TestCase;
|
||||||
|
|
||||||
class TwoFactorMiddlewareTest extends TestCase {
|
class TwoFactorMiddlewareTest extends TestCase {
|
Loading…
Reference in New Issue