File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
tests/Unit/Traits/Styling Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 33namespace Rappasoft \LaravelLivewireTables \Tests \Unit \Traits \Styling ;
44
55use PHPUnit \Framework \Attributes \Group ;
6- use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
76use Rappasoft \LaravelLivewireTables \Tests \Http \Livewire \PetsTable ;
7+ use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
88
99#[Group('Filters ' )]
1010#[Group('Styling ' )]
@@ -38,9 +38,6 @@ public function setDefaultFilterInputStyling(string $defaultFilterInputStyling):
3838
3939 return $ this ;
4040 }
41-
42-
43-
4441 };
4542
4643 $ testTableDefault ->configure ();
@@ -78,15 +75,12 @@ public function configure(): void
7875
7976 }
8077
81-
8278 public function setDefaultFilterInputColors (string $ defaultFilterInputColors ): self
8379 {
8480 parent ::setDefaultFilterInputColors ($ defaultFilterInputColors );
8581
8682 return $ this ;
8783 }
88-
89-
9084 };
9185
9286 $ testTableDefault ->configure ();
You can’t perform that action at this time.
0 commit comments