ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test on form implementation. More...
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.
FormTest::buildDataFactory | ( | ) |
Definition at line 114 of file FormTest.php.
|
protected |
Definition at line 76 of file FormTest.php.
|
protected |
Definition at line 82 of file FormTest.php.
|
protected |
FormTest::getUIFactory | ( | ) |
Definition at line 108 of file FormTest.php.
FormTest::tearDown | ( | ) |
Definition at line 120 of file FormTest.php.
FormTest::test_extractPostData | ( | ) |
Definition at line 157 of file FormTest.php.
References $form, and $request.
FormTest::test_getData | ( | ) |
Definition at line 225 of file FormTest.php.
References $form, and $request.
FormTest::test_getData_faulty | ( | ) |
Definition at line 271 of file FormTest.php.
References $form, and $request.
FormTest::test_getData_respects_keys | ( | ) |
Definition at line 248 of file FormTest.php.
References $form, and $request.
FormTest::test_getInputs | ( | ) |
Definition at line 126 of file FormTest.php.
References $f, $form, $input, and FixedNameSource\$name.
FormTest::test_nameInputs_respects_keys | ( | ) |
FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 296 of file FormTest.php.
References $form, and $request.
FormTest::test_withRequest | ( | ) |
Definition at line 167 of file FormTest.php.
References $form, and $request.
FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 197 of file FormTest.php.
References $form, and $request.