We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5711ce commit 668f74cCopy full SHA for 668f74c
tests/Traits/Helpers/ToolsStylingHelpersTest.php
@@ -37,5 +37,4 @@ public function test_can_change_toolbar_attributes_initial_values(): void
37
$this->basicTable->setToolBarAttributes(['class' => 'bg-blue-500', 'default-colors' => true, 'default-styling' => true]);
38
$this->assertSame(['class' => 'bg-blue-500', 'default-colors' => true, 'default-styling' => true], $this->basicTable->getToolBarAttributesBag()->getAttributes());
39
}
40
-
41
0 commit comments