ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
InputFactoryTest.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
InputFactoryTest
extends
AbstractFactoryTestCase
24
{
25
public
static
array
$kitchensink_info_settings
= [
26
"container"
=> [
27
"rules"
=>
false
,
28
],
29
];
30
31
public
static
string
$factory_title
=
'ILIAS\\UI\\Component\\Input\\Factory'
;
32
}
AbstractFactoryTestCase
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTestCase.php:37
InputFactoryTest
Definition:
InputFactoryTest.php:24
InputFactoryTest\$factory_title
static string $factory_title
Definition:
InputFactoryTest.php:31
InputFactoryTest\$kitchensink_info_settings
static array $kitchensink_info_settings
Definition:
InputFactoryTest.php:25
components
ILIAS
UI
tests
Component
Input
InputFactoryTest.php
Generated on Sat Oct 18 2025 23:04:52 for ILIAS by
1.9.4 (using
Doxyfile
)