ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on button implementation. More...
Public Member Functions | |
getUIFactory () | |
test_implements_factory_interface () | |
test_get_content () | |
test_render_content () | |
test_create_with_custom_signal () | |
test_get_existing_custom_signal () | |
test_get_non_existing_custom_signal () | |
test_get_list_of_signals () | |
test_get_list_with_custom_signals_and_code () | |
![]() | |
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) | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on button implementation.
Definition at line 14 of file LegacyTest.php.
LegacyTest::getUIFactory | ( | ) |
Definition at line 16 of file LegacyTest.php.
References $factory, and legacy().
Referenced by test_create_with_custom_signal(), test_get_content(), test_get_existing_custom_signal(), test_get_list_of_signals(), test_get_list_with_custom_signals_and_code(), test_get_non_existing_custom_signal(), test_implements_factory_interface(), and test_render_content().
LegacyTest::test_create_with_custom_signal | ( | ) |
Definition at line 60 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_content | ( | ) |
Definition at line 38 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_existing_custom_signal | ( | ) |
Definition at line 68 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_list_of_signals | ( | ) |
Definition at line 88 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_list_with_custom_signals_and_code | ( | ) |
Definition at line 100 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_get_non_existing_custom_signal | ( | ) |
Definition at line 77 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_implements_factory_interface | ( | ) |
Definition at line 27 of file LegacyTest.php.
References Vendor\Package\$f, and getUIFactory().
LegacyTest::test_render_content | ( | ) |
Definition at line 47 of file LegacyTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().