From 7ad1458ad78b6161a3298a81374d02e7c48f9750 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 30 Jul 2020 20:56:12 +0200 Subject: [PATCH] Fix test with DB fixtures --- tests/Feature/BasicTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Feature/BasicTest.php b/tests/Feature/BasicTest.php index b9c1fc9df5..1e4558f7fe 100644 --- a/tests/Feature/BasicTest.php +++ b/tests/Feature/BasicTest.php @@ -24,8 +24,6 @@ declare(strict_types=1); namespace Tests\Feature; -use FireflyIII\User; -use Illuminate\Foundation\Testing\RefreshDatabase; use Tests\TestCase; /** @@ -33,7 +31,6 @@ use Tests\TestCase; */ class BasicTest extends TestCase { - use RefreshDatabase; /** * A basic test example. *