ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class PopoverTest. More...
Public Member Functions | |
getFactory () | |
test_implements_interface () | |
test_that_position_is_auto_by_default () | |
test_with_position () | |
test_render_standard () | |
test_render_listing () | |
test_render_async () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
getExpectedStandardHTML ($content) | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Class PopoverTest.
Tests on the Popover component implementation
Definition at line 15 of file PopoverTest.php.
|
protected |
string | $content |
Definition at line 84 of file PopoverTest.php.
Referenced by test_render_standard().
PopoverTest::getFactory | ( | ) |
Definition at line 17 of file PopoverTest.php.
References Vendor\Package\$f, $factory, and legacy().
Referenced by test_render_async(), and test_render_standard().
PopoverTest::test_implements_interface | ( | ) |
PopoverTest::test_render_async | ( | ) |
Definition at line 73 of file PopoverTest.php.
References $factory, ILIAS_UI_TestBase\getDefaultRenderer(), getFactory(), and legacy().
PopoverTest::test_render_listing | ( | ) |
Definition at line 67 of file PopoverTest.php.
PopoverTest::test_render_standard | ( | ) |
Definition at line 58 of file PopoverTest.php.
References $factory, ILIAS_UI_TestBase\getDefaultRenderer(), getExpectedStandardHTML(), getFactory(), legacy(), and ILIAS_UI_TestBase\normalizeHTML().
PopoverTest::test_that_position_is_auto_by_default | ( | ) |
PopoverTest::test_with_position | ( | ) |