Rename ManageController to UserController

This commit is contained in:
Yassine Guedidi
2023-12-25 20:31:23 +01:00
parent 922ddc9d63
commit 0075456344
2 changed files with 2 additions and 2 deletions

View File

@ -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()
{