ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
MainFactoryTest.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
26
class
MainFactoryTest
extends
AbstractFactoryTestCase
27
{
28
public
static
array
$kitchensink_info_settings
= [
29
"card"
=> [
"context"
=>
false
],
30
"deck"
=> [
"context"
=>
false
],
31
"image"
=> [
"context"
=>
false
,
"rules"
=>
false
],
32
"legacy"
=> [
"context"
=>
false
],
33
"viewControl"
=> [
"rules"
=>
false
],
34
"input"
=> [
"rules"
=>
false
],
35
"table"
=> [
"rules"
=>
false
],
36
"layout"
=> [
"rules"
=>
false
],
37
"menu"
=> [
"rules"
=>
false
],
38
"symbol"
=> [
"rules"
=>
false
],
39
"entity"
=> [
"context"
=>
true
]
40
];
41
42
public
static
string
$factory_title
=
'ILIAS\\UI\\Factory'
;
43
47
public
function
testProperNamespace
(): void
48
{
49
// Nothing to test here.
50
}
51
55
public
function
testProperName
(): void
56
{
57
// Nothing to test here.
58
}
59
60
protected
function
getRegexFactoryNamespace
(): string
61
{
62
return
"\\\\ILIAS\\\\UI\\\\Component"
;
63
}
64
}
MainFactoryTest\testProperNamespace
testProperNamespace()
Definition:
MainFactoryTest.php:47
MainFactoryTest
Class MainFactoryTest.
Definition:
MainFactoryTest.php:26
MainFactoryTest\$kitchensink_info_settings
static array $kitchensink_info_settings
Definition:
MainFactoryTest.php:28
MainFactoryTest\$factory_title
static string $factory_title
Definition:
MainFactoryTest.php:42
MainFactoryTest\testProperName
testProperName()
Definition:
MainFactoryTest.php:55
AbstractFactoryTestCase
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTestCase.php:36
MainFactoryTest\getRegexFactoryNamespace
getRegexFactoryNamespace()
Definition:
MainFactoryTest.php:60
components
ILIAS
UI
tests
MainFactoryTest.php
Generated on Wed Sep 10 2025 15:16:50 for ILIAS by
1.8.13 (using
Doxyfile
)