|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Test on standard form implementation. More...
Inheritance diagram for StandardFormTest:
Collaboration diagram for StandardFormTest:Public Member Functions | |
| getUIFactory () | |
| test_getPostURL () | |
| test_render () | |
| test_render_no_url () | |
| testRenderWithErrorOnField () | |
| testRenderWithErrorOnForm () | |
| testStandardFormRenderWithRequired () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
| buildFactory () | |
| buildInputFactory () | |
| buildButtonFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on standard form implementation.
Definition at line 49 of file StandardFormTest.php.
|
protected |
Definition at line 69 of file StandardFormTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:
|
protected |
Definition at line 51 of file StandardFormTest.php.
References buildInputFactory().
Referenced by test_getPostURL(), test_render(), test_render_no_url(), and testStandardFormRenderWithRequired().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file StandardFormTest.php.
Referenced by buildFactory(), test_getPostURL(), test_render(), test_render_no_url(), and testStandardFormRenderWithRequired().
Here is the caller graph for this function:| StandardFormTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 75 of file StandardFormTest.php.
References buildButtonFactory().
Here is the call graph for this function:| StandardFormTest::test_getPostURL | ( | ) |
Definition at line 81 of file StandardFormTest.php.
References Vendor\Package\$f, $url, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| StandardFormTest::test_render | ( | ) |
Definition at line 91 of file StandardFormTest.php.
References Vendor\Package\$f, $url, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), buildInputFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| StandardFormTest::test_render_no_url | ( | ) |
Definition at line 124 of file StandardFormTest.php.
References Vendor\Package\$f, $url, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), buildInputFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| StandardFormTest::testRenderWithErrorOnField | ( | ) |
Definition at line 158 of file StandardFormTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| StandardFormTest::testRenderWithErrorOnForm | ( | ) |
Definition at line 223 of file StandardFormTest.php.
References ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| StandardFormTest::testStandardFormRenderWithRequired | ( | ) |
Definition at line 280 of file StandardFormTest.php.
References Vendor\Package\$f, $url, ILIAS_UI_TestBase\assertHTMLEquals(), ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), buildInputFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function: