Skip to content

Commit 8aec2ad

Browse files
committed
fix tests
1 parent a32e4cb commit 8aec2ad

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

tests/src/Forms/Components/CheckboxListTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Filament\Tests\Forms\Components;
44

5+
use Closure;
56
use Filament\Actions\Concerns\InteractsWithActions;
67
use Filament\Actions\Contracts\HasActions;
78
use Filament\Forms\Components\CheckboxList;

tests/src/Forms/Components/ModalTableSelectTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Filament\Tests\Forms\Components;
44

5+
use Closure;
56
use Filament\Actions\Concerns\InteractsWithActions;
67
use Filament\Actions\Contracts\HasActions;
78
use Filament\Forms\Components\ModalTableSelect;

tests/src/Forms/Components/SelectTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Filament\Tests\Forms\Components;
44

5+
use Closure;
56
use Filament\Actions\Concerns\InteractsWithActions;
67
use Filament\Actions\Contracts\HasActions;
78
use Filament\Forms\Components\Repeater;

0 commit comments

Comments
 (0)