Skip to content

Commit 2c546cc

Browse files
swillaclaude
andcommitted
Remove BladeCaptureDirectiveServiceProvider from tests
Filament v5 no longer depends on ryan-chandler/blade-capture-directive, causing test failures. Removes the unused provider registration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6f3acd7 commit 2c546cc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Illuminate\Database\Eloquent\Factories\Factory;
1616
use Livewire\LivewireServiceProvider;
1717
use Orchestra\Testbench\TestCase as Orchestra;
18-
use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider;
1918
use Tapp\FilamentInvite\FilamentInviteServiceProvider;
2019

2120
class TestCase extends Orchestra
@@ -33,7 +32,6 @@ protected function getPackageProviders($app)
3332
{
3433
return [
3534
ActionsServiceProvider::class,
36-
BladeCaptureDirectiveServiceProvider::class,
3735
BladeHeroiconsServiceProvider::class,
3836
BladeIconsServiceProvider::class,
3937
FilamentServiceProvider::class,

0 commit comments

Comments
 (0)