Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and github-actions[bot] committed Jan 23, 2025
1 parent 31561e5 commit 731349b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ public function test_can_set_tr_url_target_advanced(): void
$this->assertSame($this->basicTable->getTableRowUrlTarget(2), 'navigate');
}


public function test_no_extra_withs_by_default(): void
{
$this->assertFalse($this->basicTable->hasExtraWiths());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

final class ConfigurableAreaConfigurationTest extends TestCase
{

public static function configurableAreaProvider(): array
{
return [
Expand Down Expand Up @@ -96,5 +95,4 @@ public function test_can_set_hide_configurable_areas_when_reordering_status(): v

$this->basicTable->setHideConfigurableAreasWhenReorderingStatus(true);
}

}
1 change: 0 additions & 1 deletion tests/Unit/Traits/Helpers/ComponentHelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ public function test_can_add_additional_selects_nonarray(): void
$this->assertEquals(['name', 'updated_at'], $this->basicTable->getAdditionalSelects());
}


// Exists in DataTableComponentTest
// public function test_can_get_dataTable_fingerprint(): void
// {
Expand Down
3 changes: 1 addition & 2 deletions tests/Unit/Traits/Helpers/ConfigurableAreaHelpersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ public function test_can_get_hide_configurable_areas_when_reordering_status(): v

$this->assertFalse($this->basicTable->hideConfigurableAreasWhenReorderingIsDisabled());
}

}
}

0 comments on commit 731349b

Please sign in to comment.