Skip to content

Commit 719f73f

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent ebf2e09 commit 719f73f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

tests/Traits/Visuals/Themed/BasePaginationVisuals.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ public function pagination_shows_by_default()
1818
public function setupSingleRecordBasicTable()
1919
{
2020
return $this->setupBasicTableForLivewire()
21-
->call('setPerPageAccepted', [1])
22-
->call('setPerPage', 1);
21+
->call('setPerPageAccepted', [1])
22+
->call('setPerPage', 1);
2323
}
2424

2525
public function tableWithStandardDetailedPagination()
@@ -41,6 +41,4 @@ public function test_per_page_dropdown_only_renders_with_accepted_values(): void
4141
$this->setupBasicTableForBrowsing()
4242
->call('setPerPage', 15);
4343
}
44-
45-
46-
}
44+
}

tests/Traits/Visuals/Themed/ThemedTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
class ThemedTestCase extends TestCase
1111
{
12-
1312
protected function setupBasicTableForLivewire()
1413
{
1514
return Livewire::test(PetsTable::class);
@@ -19,5 +18,4 @@ public function pagination_shows_by_default()
1918
{
2019
return $this->setupBasicTableForLivewire();
2120
}
22-
2321
}

0 commit comments

Comments
 (0)