ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ 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
{
10
public
$kitchensink_info_settings
= array(
11
"card"
=> array(
"context"
=>
false
)
12
,
"deck"
=> array(
"context"
=>
false
)
13
,
"image"
=> array(
"context"
=>
false
,
"rules"
=>
false
)
14
,
"legacy"
=> array(
"context"
=>
false
)
15
,
"viewControl"
=> array(
"rules"
=>
false
)
16
,
"input"
=> array(
"rules"
=>
false
)
17
,
"table"
=> array(
"rules"
=>
false
)
18
19
);
20
21
public
$factory_title
=
'ILIAS\\UI\\Factory'
;
22
23
public
function
test_proper_namespace
()
24
{
25
// Nothing to test here.
26
}
27
28
public
function
test_proper_name
()
29
{
30
// Nothing to test here.
31
}
32
36
protected
function
get_regex_factory_namespace
()
37
{
38
return
"\\\\ILIAS\\\\UI\\\\Component"
;
39
}
40
}
MainFactoryTest\$factory_title
$factory_title
Definition:
MainFactoryTest.php:21
MainFactoryTest
Class MainFactoryTest.
Definition:
MainFactoryTest.php:8
MainFactoryTest\$kitchensink_info_settings
$kitchensink_info_settings
Definition:
MainFactoryTest.php:10
AbstractFactoryTest
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTest.php:17
MainFactoryTest\test_proper_namespace
test_proper_namespace()
Definition:
MainFactoryTest.php:23
MainFactoryTest\get_regex_factory_namespace
get_regex_factory_namespace()
Definition:
MainFactoryTest.php:36
MainFactoryTest\test_proper_name
test_proper_name()
Definition:
MainFactoryTest.php:28
php
tests
UI
MainFactoryTest.php
Generated on Thu Jan 16 2025 19:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)