ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LegalDocuments\test\SmoothTableConfigTest Class Reference
+ Inheritance diagram for ILIAS\LegalDocuments\test\SmoothTableConfigTest:
+ Collaboration diagram for ILIAS\LegalDocuments\test\SmoothTableConfigTest:

Public Member Functions

 testConstruct ()
 

Detailed Description

Definition at line 29 of file SmoothTableConfigTest.php.

Member Function Documentation

◆ testConstruct()

ILIAS\LegalDocuments\test\SmoothTableConfigTest::testConstruct ( )

Definition at line 33 of file SmoothTableConfigTest.php.

33  : void
34  {
35  $this->assertInstanceOf(SmoothTableConfig::class, new SmoothTableConfig($this->mock(ilTable2GUI::class)));
36  }

The documentation for this class was generated from the following file: