|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test on form implementation. More...
Inheritance diagram for FormTest:
Collaboration diagram for FormTest:Public Member Functions | |
| getUIFactory () | |
| buildDataFactory () | |
| tearDown () | |
| test_getInputs () | |
| test_extractPostData () | |
| test_withRequest () | |
| test_withRequest_respects_keys () | |
| test_getData () | |
| test_getData_respects_keys () | |
| test_getData_faulty () | |
| test_withAdditionalTransformation () | |
| test_nameInputs_respects_keys () | |
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 () | |
| buildInputFactory () | |
| buildButtonFactory () | |
| buildTransformation (\Closure $trafo) | |
Test on form implementation.
Definition at line 74 of file FormTest.php.
|
protected |
Definition at line 94 of file FormTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:| FormTest::buildDataFactory | ( | ) |
Definition at line 114 of file FormTest.php.
Referenced by test_getData(), test_getData_faulty(), test_getData_respects_keys(), test_withAdditionalTransformation(), test_withRequest(), and test_withRequest_respects_keys().
Here is the caller graph for this function:
|
protected |
Definition at line 76 of file FormTest.php.
References buildInputFactory().
Referenced by test_getInputs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file FormTest.php.
Referenced by buildFactory(), test_extractPostData(), test_getData(), test_getData_faulty(), test_getData_respects_keys(), test_getInputs(), test_nameInputs_respects_keys(), test_withAdditionalTransformation(), test_withRequest(), and test_withRequest_respects_keys().
Here is the caller graph for this function:
|
protected |
Definition at line 100 of file FormTest.php.
References $f.
Referenced by test_withAdditionalTransformation().
Here is the caller graph for this function:| FormTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 108 of file FormTest.php.
References buildButtonFactory().
Here is the call graph for this function:| FormTest::tearDown | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 120 of file FormTest.php.
| FormTest::test_extractPostData | ( | ) |
Definition at line 157 of file FormTest.php.
References $form, $request, and buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData | ( | ) |
Definition at line 225 of file FormTest.php.
References $form, $request, buildDataFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData_faulty | ( | ) |
Definition at line 271 of file FormTest.php.
References $form, $request, buildDataFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData_respects_keys | ( | ) |
Definition at line 248 of file FormTest.php.
References $form, $request, buildDataFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_getInputs | ( | ) |
Definition at line 126 of file FormTest.php.
References $f, $form, $input, $name, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 326 of file FormTest.php.
References $form, and buildInputFactory().
Here is the call graph for this function:| FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 296 of file FormTest.php.
References $form, $request, buildDataFactory(), buildInputFactory(), and buildTransformation().
Here is the call graph for this function:| FormTest::test_withRequest | ( | ) |
Definition at line 167 of file FormTest.php.
References $form, $request, buildDataFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 197 of file FormTest.php.
References $form, $request, buildDataFactory(), and buildInputFactory().
Here is the call graph for this function: