diff --git a/tests/TestCase.php b/tests/TestCase.php index a9fef56..59585f9 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -3,6 +3,7 @@ namespace RalphJSmit\Filament\Components\Tests; use Filament\Forms\FormsServiceProvider; +use Filament\Support\SupportServiceProvider; use Livewire\LivewireServiceProvider; use Orchestra\Testbench\TestCase as Orchestra; use RalphJSmit\Filament\Components\FilamentComponentsServiceProvider; @@ -20,6 +21,7 @@ protected function getPackageProviders($app) FilamentComponentsServiceProvider::class, LivewireServiceProvider::class, FormsServiceProvider::class, + SupportServiceProvider::class, ]; }