ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
SmoothTableConfigTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\test
;
22
23
use
ILIAS\LegalDocuments\test\ContainerMock
;
24
use
ilTable2GUI
;
25
use
ILIAS\LegalDocuments\SmoothTableConfig
;
26
use
PHPUnit\Framework\TestCase
;
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
}
ContainerMock
ILIAS\LegalDocuments\test\SmoothTableConfigTest\testConstruct
testConstruct()
Definition:
SmoothTableConfigTest.php:34
ILIAS\LegalDocuments\SmoothTableConfig
This class takes care of the order in which the methods must be called.
Definition:
SmoothTableConfig.php:28
SmoothTableConfig
ContainerMock
ilTable2GUI
ILIAS\LegalDocuments\test\SmoothTableConfigTest
Definition:
SmoothTableConfigTest.php:30
ILIAS\LegalDocuments\test
Definition:
AdministrationEditLinksTest.php:21
TestCase
Services
LegalDocuments
test
SmoothTableConfigTest.php
Generated on Wed Sep 10 2025 14:11:34 for ILIAS by
1.8.13 (using
Doxyfile
)