From 8f6a4897a2af3549ed12a000e5336dfa9faded6d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 11 Apr 2017 18:35:46 -0500 Subject: [PATCH] remove trait by default --- tests/Feature/ExampleTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index a3dd5a6b..e470b4c7 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -7,8 +7,6 @@ class ExampleTest extends TestCase { - use FreshDatabase; - /** * A basic test example. *