ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on icon implementation. More...
Data Fields | |
const | ICON_PATH = __DIR__ . "/../../../../../templates/default/images/" |
const | ICON_OUTLINED_PATH = self::ICON_PATH . "outlined/" |
Private Member Functions | |
getIconFactory () | |
Additional Inherited Members | |
![]() | |
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().
IconTest::testAllOutlinedIconsExist | ( | ) |
Definition at line 187 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 176 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testAttributes | ( | ) |
Definition at line 34 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testConstruction | ( | ) |
Definition at line 22 of file IconTest.php.
References Vendor\Package\$f, $si, and getIconFactory().
IconTest::testCustomPath | ( | ) |
Definition at line 114 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModification | ( | ) |
Definition at line 78 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 90 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
IconTest::testOutlinedModification | ( | ) |
Definition at line 102 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testRenderingCustom | ( | ) |
Definition at line 166 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandard | ( | ) |
Definition at line 122 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardAbbreviation | ( | $ico | ) |
testRenderingStandard
Definition at line 145 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardDisabled | ( | $ico | ) |
testRenderingStandard
Definition at line 134 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardJSBindable | ( | $ico | ) |
testRenderingStandard
Definition at line 202 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardOutlined | ( | $ico | ) |
testRenderingStandard
Definition at line 158 of file IconTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testSizeModification | ( | ) |
Definition at line 51 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 66 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
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.