diff --git a/tests/Feature/LoginTest.php b/tests/Feature/LoginTest.php index 4eb515252..c2e54df94 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()