Skip to content

Commit 0bfe53f

Browse files
authored
Reorder Array
1 parent a1c949a commit 0bfe53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Traits/Helpers/ToolsStylingHelpersTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function test_can_get_tools_attributes_initial_status(): void
1313

1414
public function test_can_get_tools_attributes_initial_values(): void
1515
{
16-
$this->assertSame(['default-styling' => true, 'default-colors' => true, 'class' => ''], $this->basicTable->getToolsAttributesBag()->getAttributes());
16+
$this->assertSame(['class' => '', 'default-colors' => true, 'default-styling' => true], $this->basicTable->getToolsAttributesBag()->getAttributes());
1717
}
1818

1919
public function test_can_get_toolbar_attributes_initial_status(): void
@@ -23,6 +23,6 @@ public function test_can_get_toolbar_attributes_initial_status(): void
2323

2424
public function test_can_get_toolbar_attributes_initial_values(): void
2525
{
26-
$this->assertSame(['default-styling' => true, 'default-colors' => true, 'class' => ''], $this->basicTable->getToolBarAttributesBag()->getAttributes());
26+
$this->assertSame(['class' => '', 'default-colors' => true, 'default-styling' => true], $this->basicTable->getToolBarAttributesBag()->getAttributes());
2727
}
2828
}

0 commit comments

Comments
 (0)