ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
SmoothTableFilterTest.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
ilTable2GUI
;
24
use
ILIAS\LegalDocuments\SmoothTableFilter
;
25
use
PHPUnit\Framework\TestCase
;
26
27
require_once __DIR__ .
'/ContainerMock.php'
;
28
29
class
SmoothTableFilterTest
extends
TestCase
30
{
31
use
ContainerMock
;
32
33
public
function
testConstruct
(): void
34
{
35
$this->assertInstanceOf(SmoothTableFilter::class,
new
SmoothTableFilter
($this->mock(ilTable2GUI::class),
'foo'
));
36
}
37
}
ContainerMock
SmoothTableFilter
ILIAS\LegalDocuments\test\SmoothTableFilterTest\testConstruct
testConstruct()
Definition:
SmoothTableFilterTest.php:33
ILIAS\LegalDocuments\test\SmoothTableFilterTest
Definition:
SmoothTableFilterTest.php:29
ilTable2GUI
ILIAS\LegalDocuments\test
Definition:
AdministrationEditLinksTest.php:21
ILIAS\LegalDocuments\SmoothTableFilter
Definition:
SmoothTableFilter.php:27
TestCase
components
ILIAS
LegalDocuments
tests
SmoothTableFilterTest.php
Generated on Sun Aug 31 2025 23:03:16 for ILIAS by
1.8.13 (using
Doxyfile
)