|
ILIAS
release_8 Revision v8.24
|
Test on icon implementation. More...
Inheritance diagram for IconTest:
Collaboration diagram for IconTest:Data Fields | |
| const | ICON_PATH = __DIR__ . '/../../../../../templates/default/images/' |
| const | ICON_PATH_REL = './templates/default/images/' |
Private Member Functions | |
| getIconFactory () | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Test on icon implementation.
Definition at line 31 of file IconTest.php.
|
private |
Definition at line 36 of file IconTest.php.
Referenced by testAllStandardIconsExist(), testAttributes(), testConstruction(), testCustomPath(), testDisabledModification(), testDisabledModificationWrongParam(), testHTMLInAbbreviation(), testHTMLInCustomImage(), testHTMLInLabel(), testHTMLInName(), testRenderingCustom(), testRenderingStandard(), testSetCustomLabel(), testSizeModification(), and testSizeModificationWrongParam().
Here is the caller graph for this function:| IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 169 of file IconTest.php.
References Vendor\Package\$f, $path, and getIconFactory().
Here is the call graph for this function:| IconTest::testAttributes | ( | ) |
Definition at line 53 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testConstruction | ( | ) |
Definition at line 41 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testCustomPath | ( | ) |
Definition at line 116 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModification | ( | ) |
Definition at line 96 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 108 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testHTMLInAbbreviation | ( | ) |
@depends testRenderingStandard
Definition at line 226 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
Here is the call graph for this function:| IconTest::testHTMLInCustomImage | ( | ) |
Definition at line 234 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
Here is the call graph for this function:| IconTest::testHTMLInLabel | ( | ) |
Definition at line 215 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
Here is the call graph for this function:| IconTest::testHTMLInName | ( | ) |
Definition at line 207 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
Here is the call graph for this function:| IconTest::testRenderingCustom | ( | ) |
Definition at line 159 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandard | ( | ) |
Definition at line 124 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardAbbreviation | ( | Standard | $ico | ) |
@depends testRenderingStandard
Definition at line 149 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), ILIAS_UI_TestBase\normalizeHTML(), and ILIAS\UI\Component\Symbol\Icon\Icon\withAbbreviation().
Here is the call graph for this function:| IconTest::testRenderingStandardDisabled | ( | Standard | $ico | ) |
@depends testRenderingStandard
Definition at line 137 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), ILIAS_UI_TestBase\normalizeHTML(), and ILIAS\UI\Component\Symbol\Icon\Icon\withDisabled().
Here is the call graph for this function:| IconTest::testRenderingStandardJSBindable | ( | $ico | ) |
@depends testRenderingStandard
Definition at line 183 of file IconTest.php.
References $id, $path, ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testSetCustomLabel | ( | ) |
Definition at line 195 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testSizeModification | ( | ) |
Definition at line 69 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 84 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| const IconTest::ICON_PATH = __DIR__ . '/../../../../../templates/default/images/' |
Definition at line 33 of file IconTest.php.
| const IconTest::ICON_PATH_REL = './templates/default/images/' |
Definition at line 34 of file IconTest.php.