From a536402228108da9423a0db1e0cf492f3f51c8b8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 11 Apr 2017 18:35:01 -0500 Subject: [PATCH] update example test --- tests/Feature/ExampleTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 486dc271a..a3dd5a6b9 100644 --- a/tests/Feature/ExampleTest.php +++ b/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. *