ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
TableFactoryTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
require_once
'components/ILIAS/UI/tests/AbstractFactoryTestCase.php'
;
22
23
class
TableFactoryTest
extends
AbstractFactoryTestCase
24
{
25
public
static
array
$kitchensink_info_settings
= [
26
"presentation"
=> [
27
"context"
=>
false
,
28
"rules"
=>
true
29
],
30
"data"
=> [
31
"context"
=> false
32
],
33
"ordering"
=> [
34
"context"
=> false
35
]
36
];
37
38
public
static
string
$factory_title
=
'ILIAS\\UI\\Component\\Table\\Factory'
;
39
}
AbstractFactoryTestCase
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTestCase.php:37
TableFactoryTest
Definition:
TableFactoryTest.php:24
TableFactoryTest\$kitchensink_info_settings
static array $kitchensink_info_settings
Definition:
TableFactoryTest.php:25
TableFactoryTest\$factory_title
static string $factory_title
Definition:
TableFactoryTest.php:38
true
return true
Definition:
class.ilIniFile.php:164
components
ILIAS
UI
tests
Component
Table
TableFactoryTest.php
Generated on Sat Oct 18 2025 23:04:55 for ILIAS by
1.9.4 (using
Doxyfile
)