ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test secondary legacy panels. More...
Public Member Functions | |
getUIFactory () | |
test_implements_factory_interface () | |
test_get_title () | |
test_get_legacy_component () | |
test_with_actions () | |
test_without_viewcontrols () | |
test_with_sortation_viewcontrol () | |
test_with_pagination_viewcontrol () | |
test_with_section_viewcontrol () | |
test_render_with_actions () | |
test_render_with_sortation () | |
test_render_with_pagination () | |
test_render_with_section () | |
test_render_with_footer () | |
test_render_with_no_header () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML ($html) | |
assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
cleanHTML ($html) | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test secondary legacy panels.
Definition at line 15 of file PanelSecondaryLegacyTest.php.
|
protected |
Definition at line 53 of file PanelSecondaryLegacyTest.php.
Referenced by test_render_with_actions(), test_render_with_footer(), test_render_with_no_header(), test_render_with_pagination(), test_render_with_section(), and test_render_with_sortation().
PanelSecondaryLegacyTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 17 of file PanelSecondaryLegacyTest.php.
References Vendor\Package\$f, $factory, and legacy().
Referenced by test_get_legacy_component(), test_get_title(), test_implements_factory_interface(), test_render_with_actions(), test_render_with_footer(), test_render_with_no_header(), test_render_with_pagination(), test_render_with_section(), test_render_with_sortation(), test_with_actions(), test_with_pagination_viewcontrol(), test_with_section_viewcontrol(), test_with_sortation_viewcontrol(), and test_without_viewcontrols().
PanelSecondaryLegacyTest::test_get_legacy_component | ( | ) |
Definition at line 76 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_get_title | ( | ) |
Definition at line 68 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_implements_factory_interface | ( | ) |
Definition at line 60 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_render_with_actions | ( | ) |
Definition at line 160 of file PanelSecondaryLegacyTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_render_with_footer | ( | ) |
Definition at line 322 of file PanelSecondaryLegacyTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_render_with_no_header | ( | ) |
Definition at line 351 of file PanelSecondaryLegacyTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_render_with_pagination | ( | ) |
Definition at line 234 of file PanelSecondaryLegacyTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), disabled(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_render_with_section | ( | ) |
Definition at line 282 of file PanelSecondaryLegacyTest.php.
References $section, ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_render_with_sortation | ( | ) |
Definition at line 194 of file PanelSecondaryLegacyTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), cleanHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
PanelSecondaryLegacyTest::test_with_actions | ( | ) |
Definition at line 84 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_with_pagination_viewcontrol | ( | ) |
Definition at line 125 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_with_section_viewcontrol | ( | ) |
Definition at line 142 of file PanelSecondaryLegacyTest.php.
References $section, and getUIFactory().
PanelSecondaryLegacyTest::test_with_sortation_viewcontrol | ( | ) |
Definition at line 107 of file PanelSecondaryLegacyTest.php.
References getUIFactory().
PanelSecondaryLegacyTest::test_without_viewcontrols | ( | ) |
Definition at line 98 of file PanelSecondaryLegacyTest.php.
References getUIFactory().