ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
"navigation"
=> [
"rules"
=>
false
],
41
];
42
43
public
static
string
$factory_title
=
'ILIAS\\UI\\Factory'
;
44
45
#[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
46
public
function
testProperNamespace
(): void
47
{
48
// Nothing to test here.
49
}
50
51
#[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
52
public
function
testProperName
(): void
53
{
54
// Nothing to test here.
55
}
56
57
protected
function
getRegexFactoryNamespace
(): string
58
{
59
return
"\\\\ILIAS\\\\UI\\\\Component"
;
60
}
61
}
AbstractFactoryTestCase
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTestCase.php:37
MainFactoryTest
Class MainFactoryTest.
Definition:
MainFactoryTest.php:27
MainFactoryTest\testProperName
testProperName()
Definition:
MainFactoryTest.php:52
MainFactoryTest\testProperNamespace
testProperNamespace()
Definition:
MainFactoryTest.php:46
MainFactoryTest\$factory_title
static string $factory_title
Definition:
MainFactoryTest.php:43
MainFactoryTest\getRegexFactoryNamespace
getRegexFactoryNamespace()
Definition:
MainFactoryTest.php:57
MainFactoryTest\$kitchensink_info_settings
static array $kitchensink_info_settings
Definition:
MainFactoryTest.php:28
components
ILIAS
UI
tests
MainFactoryTest.php
Generated on Sat Oct 18 2025 23:04:56 for ILIAS by
1.9.4 (using
Doxyfile
)