File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ public function test_can_get_toolbar_status(): void
1616 $ this ->assertFalse ($ this ->basicTable ->getToolBarStatus ());
1717 $ this ->assertTrue ($ this ->basicTable ->getToolsStatus ());
1818
19+ $ this ->basicTable ->setToolBarEnabled ();
20+
21+ $ this ->assertTrue ($ this ->basicTable ->getToolBarStatus ());
22+ $ this ->assertTrue ($ this ->basicTable ->getToolsStatus ());
23+
1924 }
2025
2126 public function test_can_get_tools_status (): void
@@ -27,6 +32,12 @@ public function test_can_get_tools_status(): void
2732
2833 $ this ->assertFalse ($ this ->basicTable ->getToolsStatus ());
2934 $ this ->assertTrue ($ this ->basicTable ->getToolBarStatus ());
35+
36+ $ this ->basicTable ->setToolsEnabled ();
37+
38+ $ this ->assertTrue ($ this ->basicTable ->getToolsStatus ());
39+ $ this ->assertTrue ($ this ->basicTable ->getToolBarStatus ());
40+
3041 }
3142
3243 public function test_can_get_tools_should_display (): void
You can’t perform that action at this time.
0 commit comments