44
55use PHPUnit \Framework \Attributes \Group ;
66use Rappasoft \LaravelLivewireTables \Exceptions \DataTableConfigurationException ;
7- use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
87use Rappasoft \LaravelLivewireTables \Tests \Http \Livewire \PetsTable ;
8+ use Rappasoft \LaravelLivewireTables \Tests \TestCase ;
99
1010#[Group('Filters ' )]
1111final class FilterPillsTest extends TestCase
@@ -35,7 +35,7 @@ public function configure(): void
3535 $ this ->useComputedPropertiesDisabled ();
3636
3737 }
38-
38+
3939 public function publiclySetFilterPillsItemAttributes (array $ attributes = [])
4040 {
4141 $ this ->setFilterPillsItemAttributes ($ attributes );
@@ -50,7 +50,6 @@ public function publiclySetResetFilterAllButtonAttributes(array $attributes = []
5050 {
5151 $ this ->setFilterPillsResetAllButtonAttributes ($ attributes );
5252 }
53-
5453 };
5554 $ this ->assertSame (['class ' => '' , 'default-colors ' => true , 'default-styling ' => true ], $ testTableDefault ->getFilterPillsItemAttributes ());
5655 $ testTableDefault ->publiclySetFilterPillsItemAttributes (['class ' => 'bg-blue-500 ' ]);
@@ -70,7 +69,7 @@ public function configure(): void
7069 $ this ->useComputedPropertiesDisabled ();
7170
7271 }
73-
72+
7473 public function publiclySetFilterPillsItemAttributes (array $ attributes = [])
7574 {
7675 $ this ->setFilterPillsItemAttributes ($ attributes );
@@ -85,7 +84,6 @@ public function publiclySetResetFilterAllButtonAttributes(array $attributes = []
8584 {
8685 $ this ->setFilterPillsResetAllButtonAttributes ($ attributes );
8786 }
88-
8987 };
9088
9189 $ this ->assertSame (['class ' => '' , 'default-colors ' => true , 'default-styling ' => true ], $ testTableDefault ->getFilterPillsResetFilterButtonAttributes ());
@@ -106,7 +104,7 @@ public function configure(): void
106104 $ this ->useComputedPropertiesDisabled ();
107105
108106 }
109-
107+
110108 public function publiclySetFilterPillsItemAttributes (array $ attributes = [])
111109 {
112110 $ this ->setFilterPillsItemAttributes ($ attributes );
@@ -130,5 +128,4 @@ public function publiclySetResetFilterAllButtonAttributes(array $attributes = []
130128 $ this ->assertSame (['class ' => 'bg-red-500 ' , 'default-colors ' => false , 'default-styling ' => true ], $ testTableDefault ->getFilterPillsResetAllButtonAttributes ());
131129
132130 }
133-
134- }
131+ }
0 commit comments