mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-31 18:31:02 +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.
|
* User controller.
|
||||||
*/
|
*/
|
||||||
class ManageController extends AbstractController
|
class UserController extends AbstractController
|
||||||
{
|
{
|
||||||
private EntityManagerInterface $entityManager;
|
private EntityManagerInterface $entityManager;
|
||||||
private TranslatorInterface $translator;
|
private TranslatorInterface $translator;
|
|
@ -4,7 +4,7 @@ namespace Tests\Wallabag\UserBundle\Controller;
|
||||||
|
|
||||||
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
|
use Tests\Wallabag\CoreBundle\WallabagCoreTestCase;
|
||||||
|
|
||||||
class ManageControllerTest extends WallabagCoreTestCase
|
class UserControllerTest extends WallabagCoreTestCase
|
||||||
{
|
{
|
||||||
public function testLogin()
|
public function testLogin()
|
||||||
{
|
{
|
Loading…
Add table
Add a link
Reference in a new issue