From ee541758e31922c36aa7a130e747122c9ea65ce3 Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Fri, 22 Dec 2023 17:24:35 +0700 Subject: [PATCH] fix: fix testing issue on ci Signed-off-by: Fery Wardiyanto --- tests/TestCase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index d582398..5135181 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -5,12 +5,10 @@ use Creasi\Package\ServiceProvider; use Illuminate\Config\Repository; use Illuminate\Foundation\Testing\DatabaseMigrations; -use Illuminate\Foundation\Testing\RefreshDatabase; use Orchestra\Testbench\TestCase as Orchestra; class TestCase extends Orchestra { - use RefreshDatabase; use DatabaseMigrations; protected function getPackageProviders($app)