ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
SmoothTableConfigTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 use ilTable2GUI;
27 
28 require_once __DIR__ . '/ContainerMock.php';
29 
30 class SmoothTableConfigTest extends TestCase
31 {
32  use ContainerMock;
33 
34  public function testConstruct(): void
35  {
36  $this->assertInstanceOf(SmoothTableConfig::class, new SmoothTableConfig($this->mock(ilTable2GUI::class)));
37  }
38 }
This class takes care of the order in which the methods must be called.