Test on icon implementation.
More...
|
const | ICON_PATH = __DIR__ . '/../../../../../../../public/assets/images/standard/' |
|
const | ICON_PATH_REL = './assets/images/' |
|
Test on icon implementation.
Definition at line 31 of file IconTest.php.
◆ getIconFactory()
IconTest::getIconFactory |
( |
| ) |
|
|
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().
36 : I\Component\Symbol\Icon\Factory
38 return new I\Component\Symbol\Icon\Factory();
◆ testAllStandardIconsExist()
IconTest::testAllStandardIconsExist |
( |
| ) |
|
Definition at line 169 of file IconTest.php.
References Vendor\Package\$f, $path, and getIconFactory().
172 $default_icons_abr =
$f->standard(
"nothing",
"nothing")->getAllStandardHandles();
174 foreach ($default_icons_abr as $icon_abr) {
175 $path = self::ICON_PATH .
"icon_" . $icon_abr .
".svg";
176 $this->assertTrue(file_exists(
$path),
"Missing Standard Icon: " .
$path);
◆ testAttributes()
IconTest::testAttributes |
( |
| ) |
|
Definition at line 53 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
57 $ico =
$f->standard(
'course',
'Kurs');
58 $this->assertEquals(
'Kurs', $ico->getLabel());
59 $this->assertEquals(
'course', $ico->getName());
60 $this->assertEquals(
'small', $ico->getSize());
61 $this->assertEquals(
false, $ico->isDisabled());
63 $this->assertNull($ico->getAbbreviation());
65 $ico = $ico->withAbbreviation(
'K');
66 $this->assertEquals(
'K', $ico->getAbbreviation());
◆ testConstruction()
IconTest::testConstruction |
( |
| ) |
|
Definition at line 41 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
44 $this->assertInstanceOf(
"ILIAS\\UI\\Component\\Symbol\\Icon\\Factory",
$f);
46 $si =
$f->standard(
'course',
'Kurs');
47 $this->assertInstanceOf(
"ILIAS\\UI\\Component\\Symbol\\Icon\\Standard", $si);
49 $ci =
$f->custom(
'course',
'Kurs');
50 $this->assertInstanceOf(
"ILIAS\\UI\\Component\\Symbol\\Icon\\Custom", $ci);
◆ testCustomPath()
IconTest::testCustomPath |
( |
| ) |
|
◆ testDisabledModification()
IconTest::testDisabledModification |
( |
| ) |
|
Definition at line 96 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
99 $ico =
$f->standard(
'course',
'Kurs');
101 $ico = $ico->withDisabled(
false);
102 $this->assertEquals(
false, $ico->isDisabled());
104 $ico = $ico->withDisabled(
true);
105 $this->assertEquals(
true, $ico->isDisabled());
◆ testDisabledModificationWrongParam()
IconTest::testDisabledModificationWrongParam |
( |
| ) |
|
◆ testHTMLInAbbreviation()
IconTest::testHTMLInAbbreviation |
( |
| ) |
|
testRenderingStandard
Definition at line 226 of file IconTest.php.
References getIconFactory().
228 $ico = $this->
getIconFactory()->standard(
'name',
'label')->withAbbreviation(
'<h1>abbreviation</h1>');
229 $html = $this->brutallyTrimHTML($this->getDefaultRenderer()->render($ico));
230 $expected =
'<img class="icon name small" src="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMyMCAzMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMCAzMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDA0Nzc1MTgzNzAxNzcyMjkwMzQ5MDAwMDAwOTM5MjQyNjM5Mzc4Mzc4Mzg1N18pO2ZpbGw6IzRDNjU4Njt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxkZWZzPg0KCQkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIvPg0KCQk8L2RlZnM+DQoJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMDAwMDAxNjU5Mjc3Njk0MzI5ODM0MDA2OTAwMDAwMTQyOTU5NjQxMjMxNjc4OTQ5MjBfIj4NCgkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+DQoJCTwvY2xpcFBhdGg+DQoJCTxwYXRoIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDE2NTkyNzc2OTQzMjk4MzQwMDY5MDAwMDAxNDI5NTk2NDEyMzE2Nzg5NDkyMF8pO2ZpbGw6IzRDNjU4NjsiIGQ9Ik05MCw1MEg2MA0KCQkJYy01LjUsMC0xMCw0LjUtMTAsMTB2MjAwYzAsNS41LDQuNSwxMCwxMCwxMGgzMHYtMTVINjVWNjVoMjVWNTB6IE0yNzAsMjYwVjYwYzAtNS41LTQuNS0xMC0xMC0xMGgtMzB2MTVoMjV2MTkwaC0yNXYxNWgzMA0KCQkJQzI2NS41LDI3MCwyNzAsMjY1LjUsMjcwLDI2MCIvPg0KCTwvZz4NCjwvZz4NCjx0ZXh0CiAgIHN0eWxlPSIKICAgICAgZm9udC1zdHlsZTpub3JtYWw7CiAgICAgIGZvbnQtd2VpZ2h0Om5vcm1hbDsKICAgICAgZm9udC1zaXplOjhyZW07CiAgICAgIGZvbnQtZmFtaWx5OnNhbnMtc2VyaWY7CiAgICAgIGxldHRlci1zcGFjaW5nOjBweDsKICAgICAgZmlsbDojMDAwOwogICAgICBmaWxsLW9wYWNpdHk6MTsKICAgICIKICAgIHg9IjUwJSIKICAgIHk9IjU1JSIKICAgIGRvbWluYW50LWJhc2VsaW5lPSJtaWRkbGUiCiAgICB0ZXh0LWFuY2hvcj0ibWlkZGxlIgogID4mbHQ7aDEmZ3Q7YWJicmV2aWF0aW9uJmx0Oy9oMSZndDs8L3RleHQ+PC9zdmc+" alt="label" data-abbreviation="<h1>abbreviation</h1>"/>';
231 $this->assertEquals($expected, $html);
◆ testHTMLInCustomImage()
IconTest::testHTMLInCustomImage |
( |
| ) |
|
Definition at line 234 of file IconTest.php.
References getIconFactory().
237 $html = $this->brutallyTrimHTML($this->getDefaultRenderer()->render($ico));
238 $expected =
'<img class="icon custom small" src="<h1>path</h1>" alt="label"/>';
239 $this->assertEquals($expected, $html);
◆ testHTMLInLabel()
IconTest::testHTMLInLabel |
( |
| ) |
|
Definition at line 215 of file IconTest.php.
References getIconFactory().
217 $ico = $this->
getIconFactory()->standard(
'name',
'<h1>label</h1>');
218 $html = $this->brutallyTrimHTML($this->getDefaultRenderer()->render($ico));
219 $expected =
'<img class="icon name small" src="./assets/images/standard/icon_default.svg" alt="<h1>label</h1>"/>';
220 $this->assertEquals($expected, $html);
◆ testHTMLInName()
IconTest::testHTMLInName |
( |
| ) |
|
Definition at line 207 of file IconTest.php.
References getIconFactory().
209 $ico = $this->
getIconFactory()->standard(
'<h1>name</h1>',
'label');
210 $html = $this->brutallyTrimHTML($this->getDefaultRenderer()->render($ico));
211 $expected =
'<img class="icon <h1>name</h1> small" src="./assets/images/standard/icon_default.svg" alt="label"/>';
212 $this->assertEquals($expected, $html);
◆ testRenderingCustom()
IconTest::testRenderingCustom |
( |
| ) |
|
Definition at line 159 of file IconTest.php.
References $path, and getIconFactory().
161 $path =
'./assets/images/standard/icon_fold.svg';
163 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
164 $expected =
'<img class="icon custom medium" src="./assets/images/standard/icon_fold.svg" alt="Custom"/>';
165 $this->assertEquals($expected, $html);
◆ testRenderingStandard()
IconTest::testRenderingStandard |
( |
| ) |
|
Definition at line 124 of file IconTest.php.
References $path, and getIconFactory().
126 $ico = $this->
getIconFactory()->standard(
'crs',
'Course',
'medium');
127 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
128 $path = self::ICON_PATH_REL .
'standard/icon_crs.svg';
129 $expected =
"<img class=\"icon crs medium\" src=\"$path\" alt=\"Course\"/>";
130 $this->assertEquals($expected, $html);
This describes the specific behavior of an ILIAS standard icon.
◆ testRenderingStandardAbbreviation()
IconTest::testRenderingStandardAbbreviation |
( |
Standard |
$ico | ) |
|
testRenderingStandard
Definition at line 149 of file IconTest.php.
References ILIAS\UI\Component\Symbol\Icon\Icon\withAbbreviation().
152 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
153 $expected = <<<imgtag
154 <img
class=
"icon crs medium" src=
"data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMyMCAzMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyMCAzMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8wMDAwMDA4MDE3OTA3MDMwNjQ3MTMxMjU3MDAwMDAwNzg1OTYxOTkxMTQ1NzE1MjM5MV8pO2ZpbGw6IzRDNjU4Njt9DQoJLnN0MXtmaWxsOm5vbmU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeD0iNTUiIHk9IjQwIiB3aWR0aD0iMjEwIiBoZWlnaHQ9IjIzNy41Ii8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8wMDAwMDE2NzM2MjYwODc4ODY3MDYzMDMwMDAwMDAwODg4OTk5NTQwMjk4MTcwOTk1M18iPg0KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgkJPC9jbGlwUGF0aD4NCgkJPHBhdGggc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTY3MzYyNjA4Nzg4NjcwNjMwMzAwMDAwMDA4ODg5OTk1NDAyOTgxNzA5OTUzXyk7ZmlsbDojNEM2NTg2OyIgZD0iTTI1MCwxNjVINzBWNTVoMTgwDQoJCQlWMTY1eiBNMTMyLDE4MGg1NmMwLjEsMC4yLDAuMSwwLjQsMC4yLDAuNkwyMDQsMjE1aC04OGwxNS44LTM0LjRDMTMxLjksMTgwLjQsMTMyLDE4MC4yLDEzMiwxODAgTTI2NSwxNzBWNTBjMC01LjUtNC41LTEwLTEwLTEwDQoJCQlINjVjLTUuNSwwLTEwLDQuNS0xMCwxMHYxMjBjMCw1LjUsNC41LDEwLDEwLDEwaDUwLjZsLTM5LjksODYuOWMtMS43LDMuOC0wLjEsOC4yLDMuNyw5LjljMSwwLjUsMi4xLDAuNywzLjEsMC43DQoJCQljMi44LDAsNS42LTEuNiw2LjgtNC40bDE3LjUtMzguMWgxMDYuM2wxNy41LDM4LjFjMS4zLDIuOCw0LDQuNCw2LjgsNC40YzEsMCwyLjEtMC4yLDMuMS0wLjdjMy44LTEuNyw1LjQtNi4yLDMuNy05LjlMMjA0LjQsMTgwDQoJCQlIMjU1QzI2MC41LDE4MCwyNjUsMTc1LjUsMjY1LDE3MCIvPg0KCTwvZz4NCjwvZz4NCjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSIzMjAiIGhlaWdodD0iMzIwIi8+DQo8dGV4dAogICBzdHlsZT0iCiAgICAgIGZvbnQtc3R5bGU6bm9ybWFsOwogICAgICBmb250LXdlaWdodDpub3JtYWw7CiAgICAgIGZvbnQtc2l6ZTo4cmVtOwogICAgICBmb250LWZhbWlseTpzYW5zLXNlcmlmOwogICAgICBsZXR0ZXItc3BhY2luZzowcHg7CiAgICAgIGZpbGw6IzAwMDsKICAgICAgZmlsbC1vcGFjaXR5OjE7CiAgICAiCiAgICB4PSI1MCUiCiAgICB5PSI1NSUiCiAgICBkb21pbmFudC1iYXNlbGluZT0ibWlkZGxlIgogICAgdGV4dC1hbmNob3I9Im1pZGRsZSIKICA+Q1JTPC90ZXh0Pjwvc3ZnPg==" alt=
"Course" data-abbreviation=
"CRS"/>
156 $this->assertEquals(trim($expected), trim($html));
withAbbreviation(string $abbreviation)
Set the abbreviation for this icon.
◆ testRenderingStandardDisabled()
IconTest::testRenderingStandardDisabled |
( |
Standard |
$ico | ) |
|
testRenderingStandard
Definition at line 137 of file IconTest.php.
References $path, and ILIAS\UI\Component\Symbol\Icon\Icon\withDisabled().
140 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
141 $path = self::ICON_PATH_REL .
'standard/icon_crs.svg';
142 $expected =
"<img class=\"icon crs medium disabled\" src=\"$path\" alt=\"Course\" aria-disabled=\"true\"/>";
143 $this->assertEquals($expected, $html);
withDisabled(bool $is_disabled)
Get an icon like this, but marked as disabled.
◆ testRenderingStandardJSBindable()
IconTest::testRenderingStandardJSBindable |
( |
|
$ico | ) |
|
testRenderingStandard
Definition at line 183 of file IconTest.php.
References $id, and $path.
185 $ico = $ico->withAdditionalOnLoadCode(
function (
$id) {
188 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
189 $path = self::ICON_PATH_REL .
'standard/icon_crs.svg';
190 $expected =
"<img aria-disabled=\"true\"/>";
191 $expected = $this->normalizeHTML(
"<img id=\"id_1\" class=\"icon crs medium\" src=\"$path\" alt=\"Course\"/>");
192 $this->assertEquals($expected, $html);
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
◆ testSetCustomLabel()
IconTest::testSetCustomLabel |
( |
| ) |
|
Definition at line 195 of file IconTest.php.
References $path, and getIconFactory().
197 $path =
'./assets/images/icon_fold.svg';
199 $ico->setLabel(
"New Custom Icon Label");
200 $html = $this->normalizeHTML($this->getDefaultRenderer()->render($ico));
201 $expected =
'<img class="icon custom medium" src="./assets/images/icon_fold.svg" alt="New Custom Icon Label"/>';
202 $this->assertEquals($expected, $html);
◆ testSizeModification()
IconTest::testSizeModification |
( |
| ) |
|
Definition at line 69 of file IconTest.php.
References Vendor\Package\$f, and getIconFactory().
72 $ico =
$f->standard(
'course',
'Kurs');
74 $ico = $ico->withSize(
'medium');
75 $this->assertEquals(
'medium', $ico->getSize());
77 $ico = $ico->withSize(
'large');
78 $this->assertEquals(
'large', $ico->getSize());
80 $ico = $ico->withSize(
'small');
81 $this->assertEquals(
'small', $ico->getSize());
◆ testSizeModificationWrongParam()
IconTest::testSizeModificationWrongParam |
( |
| ) |
|
◆ ICON_PATH
const IconTest::ICON_PATH = __DIR__ . '/../../../../../../../public/assets/images/standard/' |
◆ ICON_PATH_REL
const IconTest::ICON_PATH_REL = './assets/images/' |
The documentation for this class was generated from the following file:
- components/ILIAS/UI/tests/Component/Symbol/Icon/IconTest.php