Răsfoiți Sursa

Update LoginTest

Daniel Supernault 6 ani în urmă
părinte
comite
45a48270d6
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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()