diff --git a/src/Wallabag/UserBundle/Controller/ManageController.php b/src/Wallabag/UserBundle/Controller/UserController.php similarity index 99% rename from src/Wallabag/UserBundle/Controller/ManageController.php rename to src/Wallabag/UserBundle/Controller/UserController.php index 3665d842e..32d4efd7b 100644 --- a/src/Wallabag/UserBundle/Controller/ManageController.php +++ b/src/Wallabag/UserBundle/Controller/UserController.php @@ -27,7 +27,7 @@ use Wallabag\UserBundle\Repository\UserRepository; /** * User controller. */ -class ManageController extends AbstractController +class UserController extends AbstractController { private EntityManagerInterface $entityManager; private TranslatorInterface $translator; diff --git a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php b/tests/Wallabag/UserBundle/Controller/UserControllerTest.php similarity index 98% rename from tests/Wallabag/UserBundle/Controller/ManageControllerTest.php rename to tests/Wallabag/UserBundle/Controller/UserControllerTest.php index 86b49b698..e746f4277 100644 --- a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php +++ b/tests/Wallabag/UserBundle/Controller/UserControllerTest.php @@ -4,7 +4,7 @@ namespace Tests\Wallabag\UserBundle\Controller; use Tests\Wallabag\CoreBundle\WallabagCoreTestCase; -class ManageControllerTest extends WallabagCoreTestCase +class UserControllerTest extends WallabagCoreTestCase { public function testLogin() {