|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for TextInputTest:
Collaboration diagram for TextInputTest:Public Member Functions | |
| setUp () | |
| test_implements_factory_interface () | |
| test_render () | |
| test_render_error () | |
| test_render_no_byline () | |
| test_render_value () | |
| test_render_required () | |
| test_value_required () | |
| test_stripsTags () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
Definition at line 15 of file TextInputTest.php.
|
protected |
Definition at line 23 of file TextInputTest.php.
Referenced by test_implements_factory_interface(), test_render(), test_render_error(), test_render_no_byline(), test_render_required(), test_render_value(), test_stripsTags(), and test_value_required().
Here is the caller graph for this function:| TextInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 17 of file TextInputTest.php.
| TextInputTest::test_implements_factory_interface | ( | ) |
Definition at line 35 of file TextInputTest.php.
References $f, $text, and buildFactory().
Here is the call graph for this function:| TextInputTest::test_render | ( | ) |
Definition at line 46 of file TextInputTest.php.
References $f, $html, $name, $r, $text, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextInputTest::test_render_error | ( | ) |
Definition at line 64 of file TextInputTest.php.
References $f, $html, $name, $r, $text, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextInputTest::test_render_no_byline | ( | ) |
Definition at line 85 of file TextInputTest.php.
References $f, $html, $name, $r, $text, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextInputTest::test_render_required | ( | ) |
Definition at line 121 of file TextInputTest.php.
References $f, $html, $name, $r, $text, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextInputTest::test_render_value | ( | ) |
Definition at line 102 of file TextInputTest.php.
References $f, $html, $name, $r, $text, buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
Here is the call graph for this function:| TextInputTest::test_stripsTags | ( | ) |
Definition at line 156 of file TextInputTest.php.
References $f, $name, $text, and buildFactory().
Here is the call graph for this function:| TextInputTest::test_value_required | ( | ) |
Definition at line 139 of file TextInputTest.php.
References $f, $name, $text, and buildFactory().
Here is the call graph for this function: