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 53a53d7 commit 2d081ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/Commands/ImportEntriesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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 @@ -21,7 +22,7 @@

class ImportEntriesTest extends TestCase
{
use PreventSavingStacheItemsToDisk;
use PreventSavingStacheItemsToDisk, RefreshDatabase;

protected $shouldUseStringEntryIds = true;

Expand Down
2 changes: 0 additions & 2 deletions tests/Commands/ImportTaxonomiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class ImportTaxonomiesTest extends TestCase
{
use PreventSavingStacheItemsToDisk;

protected $shouldUseStringEntryIds = true;

public function setUp(): void
{
parent::setUp();
Expand Down

0 comments on commit 2d081ce

Please sign in to comment.