|
ILIAS
release_8 Revision v8.24
|
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 () | |
| getDataFactory () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
| buildInputFactory () | |
| buildButtonFactory () | |
| buildTransformation (Closure $trafo) | |
| inputMock () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Protected Attributes | |
| $language | |
| array | $inputs |
Test on form implementation.
Definition at line 84 of file FormTest.php.
|
protected |
Definition at line 110 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 92 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 97 of file FormTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\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 115 of file FormTest.php.
References $language, and ILIAS\Repository\$refinery.
Referenced by test_withAdditionalTransformation().
Here is the caller graph for this function:| FormTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 124 of file FormTest.php.
References buildButtonFactory().
Here is the call graph for this function:
|
protected |
Definition at line 428 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:| FormTest::test_extractPostData | ( | ) |
Definition at line 164 of file FormTest.php.
References buildInputFactory().
Here is the call graph for this function:| FormTest::test_getData | ( | ) |
Definition at line 254 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getData_faulty | ( | ) |
Definition at line 324 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| FormTest::test_getData_respects_keys | ( | ) |
Definition at line 289 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::test_getInputs | ( | ) |
Definition at line 134 of file FormTest.php.
References $inputs, $name, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 410 of file FormTest.php.
References $inputs, and buildInputFactory().
Here is the call graph for this function:| FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 368 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
Here is the call graph for this function:| FormTest::test_withRequest | ( | ) |
Definition at line 176 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 215 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 466 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::testFormWithRequiredField | ( | ) |
Definition at line 476 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:
|
protected |
Definition at line 90 of file FormTest.php.
Referenced by test_getInputs(), test_nameInputs_respects_keys(), testFormWithoutRequiredField(), and testFormWithRequiredField().
|
protected |
Definition at line 89 of file FormTest.php.
Referenced by buildTransformation().