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
}
MainFactoryTest\$factory_title
$factory_title
Definition:
MainFactoryTest.php:16
MainFactoryTest
Class MainFactoryTest.
Definition:
MainFactoryTest.php:8
MainFactoryTest\$kitchensink_info_settings
$kitchensink_info_settings
Definition:
MainFactoryTest.php:9
AbstractFactoryTest
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTest.php:17
MainFactoryTest\test_proper_namespace
test_proper_namespace()
Definition:
MainFactoryTest.php:18
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
MainFactoryTest\get_regex_factory_namespace
get_regex_factory_namespace()
Definition:
MainFactoryTest.php:29
MainFactoryTest\test_proper_name
test_proper_name()
Definition:
MainFactoryTest.php:22
php
tests
UI
MainFactoryTest.php
Generated on Fri Jan 24 2025 19:01:19 for ILIAS by
1.8.13 (using
Doxyfile
)