|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
| testFormWithoutRequiredField () | |
| testFormWithRequiredField () | |
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 () | |
| 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 86 of file FormTest.php.
|
protected |
Definition at line 107 of file FormTest.php.
Referenced by getUIFactory().
Here is the caller graph for this function:| FormTest::buildDataFactory | ( | ) |
Definition at line 129 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 88 of file FormTest.php.
References buildInputFactory().
Referenced by test_getInputs(), testFormWithoutRequiredField(), and testFormWithRequiredField().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 94 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(), test_withRequest_respects_keys(), testFormWithoutRequiredField(), and testFormWithRequiredField().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 113 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 123 of file FormTest.php.
References buildButtonFactory().
Here is the call graph for this function:
|
protected |
Definition at line 434 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 166 of file FormTest.php.
References buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData | ( | ) |
Definition at line 259 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getData_faulty | ( | ) |
Definition at line 331 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 295 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getInputs | ( | ) |
Definition at line 135 of file FormTest.php.
References Vendor\Package\$f, $name, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 419 of file FormTest.php.
References buildInputFactory().
Here is the call graph for this function:| FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 376 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
Here is the call graph for this function:| FormTest::test_withRequest | ( | ) |
Definition at line 179 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 219 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 445 of file FormTest.php.
References Vendor\Package\$f, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::testFormWithRequiredField | ( | ) |
Definition at line 455 of file FormTest.php.
References Vendor\Package\$f, buildFactory(), and buildInputFactory().
Here is the call graph for this function: