From ff15da8d59a494efdbde201dfcf4e5922433b09f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 29 Nov 2016 16:17:23 -0600 Subject: [PATCH] remove trait from test --- tests/Unit/ExampleTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Unit/ExampleTest.php b/tests/Unit/ExampleTest.php index 7f166704..5663bb49 100644 --- a/tests/Unit/ExampleTest.php +++ b/tests/Unit/ExampleTest.php @@ -3,7 +3,6 @@ namespace Tests\Unit; use Tests\TestCase; -use Illuminate\Foundation\Testing\WithoutMiddleware; use Illuminate\Foundation\Testing\DatabaseMigrations; use Illuminate\Foundation\Testing\DatabaseTransactions;