From 1a2388e186be77887de7504d395138f98a297676 Mon Sep 17 00:00:00 2001 From: Duncan McClean Date: Thu, 11 Apr 2024 20:08:47 +0100 Subject: [PATCH] wip --- tests/Commands/ImportEntriesTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/Commands/ImportEntriesTest.php b/tests/Commands/ImportEntriesTest.php index 343555bd..2b50c485 100644 --- a/tests/Commands/ImportEntriesTest.php +++ b/tests/Commands/ImportEntriesTest.php @@ -2,7 +2,6 @@ namespace Tests\Commands; -use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Support\Facades\Facade; use Statamic\Contracts\Entries\Collection as CollectionContract; use Statamic\Contracts\Entries\CollectionRepository as CollectionRepositoryContract; @@ -19,9 +18,7 @@ class ImportEntriesTest extends TestCase { - use PreventSavingStacheItemsToDisk, RefreshDatabase; - - protected $shouldUseStringEntryIds = true; + use PreventSavingStacheItemsToDisk; public function setUp(): void {