|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on icon implementation. More...
Inheritance diagram for IconTest:
Collaboration diagram for IconTest:Data Fields | |
| const | ICON_PATH = __DIR__ . "/../../../../../templates/default/images/" |
| const | ICON_OUTLINED_PATH = self::ICON_PATH . "outlined/" |
Private Member Functions | |
| getIconFactory () | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on icon implementation.
Definition at line 12 of file IconTest.php.
|
private |
Definition at line 17 of file IconTest.php.
Referenced by testAllOutlinedIconsExist(), testAllStandardIconsExist(), testAttributes(), testConstruction(), testCustomPath(), testDisabledModification(), testDisabledModificationWrongParam(), testOutlinedModification(), testRenderingCustom(), testRenderingStandard(), testSizeModification(), and testSizeModificationWrongParam().
Here is the caller graph for this function:| IconTest::testAllOutlinedIconsExist | ( | ) |
Definition at line 187 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 176 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testAttributes | ( | ) |
Definition at line 34 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testConstruction | ( | ) |
Definition at line 22 of file IconTest.php.
References Vendor\Package\$f, $si, and getIconFactory().
Here is the call graph for this function:| IconTest::testCustomPath | ( | ) |
Definition at line 114 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModification | ( | ) |
Definition at line 78 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 90 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testOutlinedModification | ( | ) |
Definition at line 102 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testRenderingCustom | ( | ) |
Definition at line 166 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandard | ( | ) |
Definition at line 122 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardAbbreviation | ( | $ico | ) |
@depends testRenderingStandard
Definition at line 145 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardDisabled | ( | $ico | ) |
@depends testRenderingStandard
Definition at line 134 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardJSBindable | ( | $ico | ) |
@depends testRenderingStandard
Definition at line 202 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testRenderingStandardOutlined | ( | $ico | ) |
@depends testRenderingStandard
Definition at line 158 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| IconTest::testSizeModification | ( | ) |
Definition at line 51 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 66 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
Here is the call graph for this function:| const IconTest::ICON_OUTLINED_PATH = self::ICON_PATH . "outlined/" |
Definition at line 15 of file IconTest.php.
| const IconTest::ICON_PATH = __DIR__ . "/../../../../../templates/default/images/" |
Definition at line 14 of file IconTest.php.