X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FTagControllerTest.php;fp=tests%2Ffront%2Fcontroller%2FTagControllerTest.php;h=9a2b1f71efe352feddc840a554fba5b78f6e88a2;hb=2899ebb5b5e82890c877151f5c02045266ac9973;hp=2184cb11f9ba1bbd757e7b8b617c26de4f9d890e;hpb=af290059d10319e76d1e7d78b592cab99c26d91a;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/TagControllerTest.php b/tests/front/controller/visitor/TagControllerTest.php similarity index 98% rename from tests/front/controller/TagControllerTest.php rename to tests/front/controller/visitor/TagControllerTest.php index 2184cb11..9a2b1f71 100644 --- a/tests/front/controller/TagControllerTest.php +++ b/tests/front/controller/visitor/TagControllerTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Shaarli\Front\Controller; +namespace Shaarli\Front\Controller\Visitor; use PHPUnit\Framework\TestCase; use Slim\Http\Request; @@ -12,8 +12,7 @@ class TagControllerTest extends TestCase { use FrontControllerMockHelper; - /** @var TagController */ - protected $controller; + /** @var TagController */ protected $controller; public function setUp(): void {