ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
17
);
18
19
public
$factory_title
=
'ILIAS\\UI\\Factory'
;
20
21
public
function
test_proper_namespace
()
22
{
23
// Nothing to test here.
24
}
25
26
public
function
test_proper_name
()
27
{
28
// Nothing to test here.
29
}
30
34
protected
function
get_regex_factory_namespace
()
35
{
36
return
"\\\\ILIAS\\\\UI\\\\Component"
;
37
}
38
}
MainFactoryTest\$factory_title
$factory_title
Definition:
MainFactoryTest.php:19
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:21
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:34
MainFactoryTest\test_proper_name
test_proper_name()
Definition:
MainFactoryTest.php:26
tests
UI
MainFactoryTest.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)