]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/front/controller/visitor/OpenSearchControllerTest.php
Initialize admin Slim controllers
[github/shaarli/Shaarli.git] / tests / front / controller / visitor / OpenSearchControllerTest.php
similarity index 89%
rename from tests/front/controller/OpenSearchControllerTest.php
rename to tests/front/controller/visitor/OpenSearchControllerTest.php
index f3b6f4396b59154faa635ec63079af8d6bb37154..52475318f6f5c2ea0b961936e4151c306903e19d 100644 (file)
@@ -2,11 +2,9 @@
 
 declare(strict_types=1);
 
-namespace front\controller;
+namespace Shaarli\Front\Controller\Visitor;
 
 use PHPUnit\Framework\TestCase;
-use Shaarli\Front\Controller\FrontControllerMockHelper;
-use Shaarli\Front\Controller\OpenSearchController;
 use Slim\Http\Request;
 use Slim\Http\Response;