ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Protected Member Functions | |
getHtmlWithGlyph (bool $engeagable=false, bool $engeaged=false) | |
![]() | |
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... | |
Private Attributes | |
I Component Button Factory | $button_factory |
I Component Symbol Glyph Glyph | $glyph |
I Component Symbol Icon Standard | $icon |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test on button implementation.
Definition at line 30 of file BulkyButtonTest.php.
|
protected |
Definition at line 165 of file BulkyButtonTest.php.
Referenced by test_render_with_glyph_in_context(), test_render_with_glyph_in_context_and_disengaged(), and test_render_with_glyph_in_context_and_engaged().
BulkyButtonTest::setUp | ( | ) |
Definition at line 36 of file BulkyButtonTest.php.
BulkyButtonTest::test_engageable_disengaged | ( | ) |
BulkyButtonTest::test_engaged | ( | ) |
BulkyButtonTest::test_glyph_or_icon_for_glyph | ( | ) |
BulkyButtonTest::test_glyph_or_icon_for_icon | ( | ) |
BulkyButtonTest::test_implements_factory_interface | ( | ) |
Definition at line 43 of file BulkyButtonTest.php.
References $button_factory, $c, and Vendor\Package\$f.
BulkyButtonTest::test_render_button_with_aria_role_menuitem_is_engageable | ( | ) |
Definition at line 222 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_render_button_with_aria_role_menuitem_not_engageable | ( | ) |
Definition at line 204 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_render_with_glyph_in_context | ( | ) |
Definition at line 131 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_glyph_in_context_and_disengaged | ( | ) |
Definition at line 154 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_glyph_in_context_and_engaged | ( | ) |
Definition at line 142 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\getDefaultRenderer(), and getHtmlWithGlyph().
BulkyButtonTest::test_render_with_icon | ( | ) |
Definition at line 187 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
BulkyButtonTest::test_with_aria_role | ( | ) |
Definition at line 109 of file BulkyButtonTest.php.
References Vendor\Package\$b, and Vendor\Package\$e.
BulkyButtonTest::test_with_aria_role_incorrect | ( | ) |
BulkyButtonTest::testRenderWithLabelAndAltImageSame | ( | ) |
Definition at line 241 of file BulkyButtonTest.php.
References Vendor\Package\$b, ILIAS_UI_TestBase\assertHTMLEquals(), and ILIAS_UI_TestBase\getDefaultRenderer().
|
private |
Definition at line 32 of file BulkyButtonTest.php.
Referenced by test_implements_factory_interface().
|
private |
Definition at line 33 of file BulkyButtonTest.php.
|
private |
Definition at line 34 of file BulkyButtonTest.php.