refactor(test): rename LoginTest

This commit is contained in:
Simon Vieille 2023-01-08 22:51:27 +01:00
parent a22725ad6d
commit 80af94a95e
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,6 +1,6 @@
<?php
namespace App\Tests\Core;
namespace App\Tests\Core\Auth;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;