]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/visitor/LoginControllerTest.php
Initialize admin Slim controllers
[github/shaarli/Shaarli.git] / tests / front / controller / visitor / LoginControllerTest.php
similarity index 99%
rename from tests/front/controller/LoginControllerTest.php
rename to tests/front/controller/visitor/LoginControllerTest.php
index 21937f3c6605254eeec9c813547fe87b74b0601f..9d2233169690cb1521854acd53b732108b1d82ac 100644 (file)
@@ -2,7 +2,7 @@
 
 declare(strict_types=1);
 
-namespace Shaarli\Front\Controller;
+namespace Shaarli\Front\Controller\Visitor;
 
 use PHPUnit\Framework\TestCase;
 use Shaarli\Config\ConfigManager;