ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
44
#[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
45
public
function
testProperNamespace
(): void
46
{
47
// Nothing to test here.
48
}
49
50
#[\PHPUnit\Framework\Attributes\DoesNotPerformAssertions]
51
public
function
testProperName
(): void
52
{
53
// Nothing to test here.
54
}
55
56
protected
function
getRegexFactoryNamespace
(): string
57
{
58
return
"\\\\ILIAS\\\\UI\\\\Component"
;
59
}
60
}
MainFactoryTest\testProperNamespace
testProperNamespace()
Definition:
MainFactoryTest.php:45
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:51
AbstractFactoryTestCase
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTestCase.php:36
MainFactoryTest\getRegexFactoryNamespace
getRegexFactoryNamespace()
Definition:
MainFactoryTest.php:56
components
ILIAS
UI
tests
MainFactoryTest.php
Generated on Sun Aug 31 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)