Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Apr 11, 2024
1 parent a2497d3 commit 1a2388e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/Commands/ImportEntriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -19,9 +18,7 @@

class ImportEntriesTest extends TestCase
{
use PreventSavingStacheItemsToDisk, RefreshDatabase;

protected $shouldUseStringEntryIds = true;
use PreventSavingStacheItemsToDisk;

public function setUp(): void
{
Expand Down

0 comments on commit 1a2388e

Please sign in to comment.