From faa3d2fa34fccf75b567b7cabebff75cbc8fd9f8 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Sat, 12 Aug 2017 18:21:49 -0700 Subject: [PATCH] update example unit test to use RefreshDatabase trait --- tests/Unit/ExampleTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 5663bb49..e9fe19c6 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -3,8 +3,7 @@ namespace Tests\Unit; use Tests\TestCase; -use Illuminate\Foundation\Testing\DatabaseMigrations; -use Illuminate\Foundation\Testing\DatabaseTransactions; +use Illuminate\Foundation\Testing\RefreshDatabase; class ExampleTest extends TestCase {