ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
GlyphFactoryTest.php
Go to the documentation of this file.
1
<?
php
2
3
require_once
'tests/UI/AbstractFactoryTest.php'
;
4
5
class
GlyphFactoryTest
extends
AbstractFactoryTest
6
{
7
public
$kitchensink_info_settings
= array(
"collapse"
=> array(
"context"
=>
false
)
8
,
"expand"
=> array(
"context"
=>
false
)
9
,
"next"
=> array(
"context"
=>
false
)
10
,
"user"
=> array(
"context"
=>
false
)
11
,
"mail"
=> array(
"context"
=>
false
)
12
,
"notification"
=> array(
"context"
=>
false
)
13
,
"tag"
=> array(
"context"
=>
false
)
14
,
"note"
=> array(
"context"
=>
false
)
15
,
"comment"
=> array(
"context"
=>
false
)
16
,
"sortAscending"
=> array(
"context"
=>
false
)
17
,
"sortDescending"
=> array(
"context"
=>
false
)
18
,
"briefcase"
=> array(
"context"
=>
false
)
19
,
"attachment"
=> array(
"context"
=>
false
)
20
,
"reset"
=> array(
"context"
=>
false
)
21
,
"apply"
=> array(
"context"
=>
false
)
22
,
"search"
=> array(
"context"
=>
false
)
23
,
"help"
=> array(
"context"
=>
false
)
24
,
"calendar"
=> array(
"context"
=>
false
)
25
,
"time"
=> array(
"context"
=>
false
)
26
,
"close"
=> array(
"context"
=>
false
)
27
);
28
29
public
$factory_title
=
'ILIAS\\UI\\Component\\Symbol\\Glyph\\Factory'
;
30
}
AbstractFactoryTest
Defines tests every SHOULD pass UI-factory.
Definition:
AbstractFactoryTest.php:20
php
An exception for terminatinating execution or to throw for unit testing.
GlyphFactoryTest
Definition:
GlyphFactoryTest.php:6
GlyphFactoryTest\$kitchensink_info_settings
$kitchensink_info_settings
Definition:
GlyphFactoryTest.php:7
GlyphFactoryTest\$factory_title
$factory_title
Definition:
GlyphFactoryTest.php:29
tests
UI
Component
Symbol
Glyph
GlyphFactoryTest.php
Generated on Sat Oct 4 2025 20:01:14 for ILIAS by
1.9.4 (using
Doxyfile
)