diff --git a/tests/Feature/LoginTest.php b/tests/Feature/LoginTest.php index 4eb51525..c2e54df9 100644 --- a/tests/Feature/LoginTest.php +++ b/tests/Feature/LoginTest.php @@ -3,11 +3,9 @@ namespace Tests\Feature; use Tests\TestCase; -use Illuminate\Foundation\Testing\DatabaseTransactions; class LoginTest extends TestCase { - use DatabaseTransactions; /** @test */ public function view_login_page()