Browse Source

update example test

Taylor Otwell 7 years ago
parent
commit
a536402228
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/Feature/ExampleTest.php

+ 3 - 3
tests/Feature/ExampleTest.php

@@ -3,12 +3,12 @@
 namespace Tests\Feature;
 
 use Tests\TestCase;
-use Illuminate\Foundation\Testing\WithoutMiddleware;
-use Illuminate\Foundation\Testing\DatabaseMigrations;
-use Illuminate\Foundation\Testing\DatabaseTransactions;
+use Illuminate\Foundation\Testing\FreshDatabase;
 
 class ExampleTest extends TestCase
 {
+    use FreshDatabase;
+
     /**
      * A basic test example.
      *