change test case import
This commit is contained in:
parent
51537bbf24
commit
c78ccfcfa2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,9 +10,9 @@ use App\Exceptions\UnauthorizedException;
|
||||||
use App\Shared\ValueObject\EmailAddress;
|
use App\Shared\ValueObject\EmailAddress;
|
||||||
use App\User\CreateUserDto;
|
use App\User\CreateUserDto;
|
||||||
use App\User\User;
|
use App\User\User;
|
||||||
use PHPUnit\Framework\TestCase;
|
|
||||||
use Tests\Fakes\FakeHasher;
|
use Tests\Fakes\FakeHasher;
|
||||||
use Tests\Fakes\FakeUserRepository;
|
use Tests\Fakes\FakeUserRepository;
|
||||||
|
use Tests\TestCase;
|
||||||
|
|
||||||
class AuthenticateUserTest extends TestCase
|
class AuthenticateUserTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue