ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on form implementation. More...
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 () | |
![]() | |
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 () | |
![]() | |
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().
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().
|
protected |
Definition at line 73 of file FormTest.php.
References buildInputFactory().
Referenced by test_getInputs().
|
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().
|
protected |
Definition at line 98 of file FormTest.php.
Referenced by test_withAdditionalTransformation().
FormTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 108 of file FormTest.php.
References buildButtonFactory().
|
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().
FormTest::test_extractPostData | ( | ) |
Definition at line 151 of file FormTest.php.
References buildInputFactory().
FormTest::test_getData | ( | ) |
Definition at line 244 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_getData_faulty | ( | ) |
Definition at line 316 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and language().
FormTest::test_getData_respects_keys | ( | ) |
Definition at line 280 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_getInputs | ( | ) |
Definition at line 120 of file FormTest.php.
References Vendor\Package\$f, ILIAS\GlobalScreen\Provider\$if, $name, buildFactory(), and buildInputFactory().
FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 404 of file FormTest.php.
References ILIAS\GlobalScreen\Provider\$if, and buildInputFactory().
FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 361 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
FormTest::test_withRequest | ( | ) |
Definition at line 164 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 204 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().