Skip to content

Commit

Permalink
we already have this trait on the individual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Jul 1, 2024
1 parent 5910ebf commit 54ca2f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
use Statamic\Stache\Stores\UsersStore;
use Statamic\Statamic;
use Statamic\Testing\AddonTestCase;
use Statamic\Testing\Concerns\PreventsSavingStacheItemsToDisk;
use StatamicRadPack\Runway\ServiceProvider;

abstract class TestCase extends AddonTestCase
{
use PreventsSavingStacheItemsToDisk, RefreshDatabase;
use RefreshDatabase;

protected string $addonServiceProvider = ServiceProvider::class;

Expand Down

0 comments on commit 54ca2f9

Please sign in to comment.