소스 검색

Update LoginTest

Daniel Supernault 6 년 전
부모
커밋
45a48270d6
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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()