From c989b23f368aaa85d054afcce3612d4702546979 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 11 Apr 2017 18:37:49 -0500 Subject: [PATCH] rename trait --- tests/Feature/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index e470b4c73fa..f31e495ca33 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -3,7 +3,7 @@ namespace Tests\Feature; use Tests\TestCase; -use Illuminate\Foundation\Testing\FreshDatabase; +use Illuminate\Foundation\Testing\RefreshDatabase; class ExampleTest extends TestCase {