mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Rename ManageController to UserController
This commit is contained in:
parent
922ddc9d63
commit
0075456344
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
|
@ -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()
|
||||
{
|
Loading…
Reference in a new issue