Daniel Supernault 6 anni fa
parent
commit
45a48270d6
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      tests/Feature/LoginTest.php

+ 0 - 2
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()