]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/visitor/FeedControllerTest.php
Initialize admin Slim controllers
[github/shaarli/Shaarli.git] / tests / front / controller / visitor / FeedControllerTest.php
similarity index 99%
rename from tests/front/controller/FeedControllerTest.php
rename to tests/front/controller/visitor/FeedControllerTest.php
index 7e8657e2cce69a3e772fff4505ed8095f2128416..fd4679ea0816db16c33a7801996dbee21823bb2e 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\Feed\FeedBuilder;