ILIAS  trunk Revision v11.0_alpha-1753-gb21ca8c4367
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
SmoothTableConfigTest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
23 use ilTable2GUI;
26 
27 require_once __DIR__ . '/ContainerMock.php';
28 
29 class SmoothTableConfigTest extends TestCase
30 {
31  use ContainerMock;
32 
33  public function testConstruct(): void
34  {
35  $this->assertInstanceOf(SmoothTableConfig::class, new SmoothTableConfig($this->mock(ilTable2GUI::class)));
36  }
37 }
This class takes care of the order in which the methods must be called.