Skip to content

Commit 099e583

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ee7da38 commit 099e583

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

tests/Unit/Traits/Filters/FilterMenuTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ public function test_can_get_default_filter_slidedown_row_attributes(): void
2525
$this->assertSame(['class' => '', 'default-colors' => true, 'default-styling' => true, 'row' => 2], $this->basicTable->getFilterSlidedownRowAttributes('2'));
2626

2727
}
28-
29-
}
28+
}

tests/Unit/Traits/Filters/FilterPillsTest.php

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use PHPUnit\Framework\Attributes\Group;
66
use Rappasoft\LaravelLivewireTables\Exceptions\DataTableConfigurationException;
7-
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
87
use Rappasoft\LaravelLivewireTables\Tests\Http\Livewire\PetsTable;
8+
use Rappasoft\LaravelLivewireTables\Tests\TestCase;
99

1010
#[Group('Filters')]
1111
final 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

Comments
 (0)