Skip to content

Commit

Permalink
chore: Add WithMigration Attribute on TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Aug 17, 2024
1 parent e555c01 commit 5442bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
use Illuminate\Foundation\Testing\RefreshDatabase;
use Livewire\LivewireServiceProvider;
use Mckenziearts\BladeUntitledUIIcons\BladeUntitledUIIconsServiceProvider;
use Orchestra\Testbench\Attributes\WithMigration;
use Orchestra\Testbench\Concerns\WithWorkbench;
use Orchestra\Testbench\TestCase as BaseTestCase;
use Shopper\Core\CoreServiceProvider;
Expand All @@ -26,6 +27,7 @@
use Spatie\Permission\PermissionServiceProvider;
use TailwindMerge\Laravel\TailwindMergeServiceProvider;

#[WithMigration]
abstract class TestCase extends BaseTestCase
{
use RefreshDatabase;
Expand Down

0 comments on commit 5442bbf

Please sign in to comment.