change test case import

This commit is contained in:
Yisroel Baum 2026-05-19 19:59:14 +03:00
parent 51537bbf24
commit c78ccfcfa2
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -10,9 +10,9 @@ use App\Exceptions\UnauthorizedException;
use App\Shared\ValueObject\EmailAddress;
use App\User\CreateUserDto;
use App\User\User;
use PHPUnit\Framework\TestCase;
use Tests\Fakes\FakeHasher;
use Tests\Fakes\FakeUserRepository;
use Tests\TestCase;
class AuthenticateUserTest extends TestCase
{