ILIAS
release_8 Revision v8.19
|
Test on icon implementation. More...
Data Fields | |
const | ICON_PATH = __DIR__ . '/../../../../../templates/default/images/' |
const | ICON_PATH_REL = './templates/default/images/' |
Private Member Functions | |
getIconFactory () | |
Additional Inherited Members | |
![]() | |
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().
IconTest::testAllStandardIconsExist | ( | ) |
Definition at line 169 of file IconTest.php.
References Vendor\Package\$f, $path, and getIconFactory().
IconTest::testAttributes | ( | ) |
Definition at line 53 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testConstruction | ( | ) |
Definition at line 41 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testCustomPath | ( | ) |
Definition at line 116 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModification | ( | ) |
Definition at line 96 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testDisabledModificationWrongParam | ( | ) |
Definition at line 108 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testHTMLInAbbreviation | ( | ) |
testRenderingStandard
Definition at line 226 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
IconTest::testHTMLInCustomImage | ( | ) |
Definition at line 234 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
IconTest::testHTMLInLabel | ( | ) |
Definition at line 215 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
IconTest::testHTMLInName | ( | ) |
Definition at line 207 of file IconTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getIconFactory().
IconTest::testRenderingCustom | ( | ) |
Definition at line 159 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandard | ( | ) |
Definition at line 124 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testRenderingStandardAbbreviation | ( | Standard | $ico | ) |
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().
IconTest::testRenderingStandardDisabled | ( | Standard | $ico | ) |
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().
IconTest::testRenderingStandardJSBindable | ( | $ico | ) |
testRenderingStandard
Definition at line 183 of file IconTest.php.
References $id, $path, ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testSetCustomLabel | ( | ) |
Definition at line 195 of file IconTest.php.
References $path, ILIAS_UI_TestBase\getDefaultRenderer(), getIconFactory(), and ILIAS_UI_TestBase\normalizeHTML().
IconTest::testSizeModification | ( | ) |
Definition at line 69 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
IconTest::testSizeModificationWrongParam | ( | ) |
Definition at line 84 of file IconTest.php.
References Vendor\Package\$e, Vendor\Package\$f, and getIconFactory().
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.