|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on form implementation. More...
Inheritance diagram for FormTest:
Collaboration diagram for FormTest:Public Member Functions | |
| getUIFactory () | |
| buildDataFactory () | |
| 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 () | |
| getRefinery () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
| buildInputFactory () | |
| buildButtonFactory () | |
| buildTransformation (\Closure $trafo) | |
| inputMock () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Test on form implementation.
Definition at line 71 of file FormTest.php.
|
protected |
Definition at line 92 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 73 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 79 of file FormTest.php.
References language().
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 call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 98 of file FormTest.php.
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:
|
protected |
Definition at line 419 of file FormTest.php.
References $config.
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:| FormTest::test_extractPostData | ( | ) |
Definition at line 151 of file FormTest.php.
References buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData | ( | ) |
Definition at line 244 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getData_faulty | ( | ) |
Definition at line 316 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and language().
Here is the call graph for this function:| FormTest::test_getData_respects_keys | ( | ) |
Definition at line 280 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getInputs | ( | ) |
Definition at line 120 of file FormTest.php.
References Vendor\Package\$f, ILIAS\GlobalScreen\Provider\$if, $name, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 404 of file FormTest.php.
References ILIAS\GlobalScreen\Provider\$if, and buildInputFactory().
Here is the call graph for this function:| FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 361 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
Here is the call graph for this function:| FormTest::test_withRequest | ( | ) |
Definition at line 164 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 204 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function: