ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
TableFactoryTest.php
Go to the documentation of this file.
1
<?
php
2
3
require_once
'tests/UI/AbstractFactoryTest.php'
;
4
5
class
TableFactoryTest
extends
AbstractFactoryTest
6
{
7
public
$kitchensink_info_settings
= array(
8
"presentation"
=> array(
9
"context"
=>
false
,
10
"rules"
=>
true
11
)
12
);
13
14
public
$factory_title
=
'ILIAS\\UI\\Component\\Table\\Factory'
;
15
}
TableFactoryTest\$factory_title
$factory_title
Definition:
TableFactoryTest.php:14
TableFactoryTest\$kitchensink_info_settings
$kitchensink_info_settings
Definition:
TableFactoryTest.php:7
AbstractFactoryTest
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTest.php:17
TableFactoryTest
Definition:
TableFactoryTest.php:5
php
tests
UI
Component
Table
TableFactoryTest.php
Generated on Thu Jan 16 2025 19:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)