ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
MainFactoryTest.php
Go to the documentation of this file.
1
<?
php
2
3
require_once
'tests/UI/AbstractFactoryTest.php'
;
4
8
class
MainFactoryTest
extends
AbstractFactoryTest
{
9
public
$kitchensink_info_settings
= array(
10
"card"
=> array(
"context"
=>
false
)
11
,
"deck"
=> array(
"context"
=>
false
)
12
,
"image"
=> array(
"context"
=>
false
,
"rules"
=>
false
)
13
,
"legacy"
=> array(
"context"
=>
false
)
14
);
15
16
public
$factory_title
=
'ILIAS\\UI\\Factory'
;
17
18
public
function
test_proper_namespace
() {
19
// Nothing to test here.
20
}
21
22
public
function
test_proper_name
() {
23
// Nothing to test here.
24
}
25
29
protected
function
get_regex_factory_namespace
() {
30
return
"\\\\ILIAS\\\\UI\\\\Component"
;
31
}
32
}
AbstractFactoryTest
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTest.php:17
php
An exception for terminatinating execution or to throw for unit testing.
MainFactoryTest
Class MainFactoryTest.
Definition:
MainFactoryTest.php:8
MainFactoryTest\$kitchensink_info_settings
$kitchensink_info_settings
Definition:
MainFactoryTest.php:9
MainFactoryTest\test_proper_namespace
test_proper_namespace()
Definition:
MainFactoryTest.php:18
MainFactoryTest\test_proper_name
test_proper_name()
Definition:
MainFactoryTest.php:22
MainFactoryTest\get_regex_factory_namespace
get_regex_factory_namespace()
Definition:
MainFactoryTest.php:29
MainFactoryTest\$factory_title
$factory_title
Definition:
MainFactoryTest.php:16
tests
UI
MainFactoryTest.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)