Lint
This commit is contained in:
parent
dc832503b4
commit
6f4ee0b02d
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Tests\Feature;
|
||||
namespace Tests\Feature\Authentication;
|
||||
|
||||
use App\User;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
@ -11,11 +11,6 @@ class UserLoginTest extends TestCase
|
|||
{
|
||||
use DatabaseTransactions;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
public function testItCanLoginWithUserAccount(): void
|
||||
{
|
||||
$this->init();
|
Loading…
Reference in New Issue