ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 () | |
testFormWithoutRequiredField () | |
testFormWithRequiredField () | |
![]() | |
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 () | |
![]() | |
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().
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().
|
protected |
Definition at line 88 of file FormTest.php.
References buildInputFactory().
Referenced by test_getInputs(), testFormWithoutRequiredField(), and testFormWithRequiredField().
|
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().
|
protected |
Definition at line 113 of file FormTest.php.
Referenced by test_withAdditionalTransformation().
FormTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 123 of file FormTest.php.
References buildButtonFactory().
|
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().
FormTest::test_extractPostData | ( | ) |
Definition at line 166 of file FormTest.php.
References buildInputFactory().
FormTest::test_getData | ( | ) |
Definition at line 259 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_getData_faulty | ( | ) |
Definition at line 331 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and language().
FormTest::test_getData_respects_keys | ( | ) |
Definition at line 295 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_getInputs | ( | ) |
Definition at line 135 of file FormTest.php.
References Vendor\Package\$f, $name, buildFactory(), and buildInputFactory().
FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 419 of file FormTest.php.
References buildInputFactory().
FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 376 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
FormTest::test_withRequest | ( | ) |
Definition at line 179 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 219 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 445 of file FormTest.php.
References Vendor\Package\$f, buildFactory(), and buildInputFactory().
FormTest::testFormWithRequiredField | ( | ) |
Definition at line 455 of file FormTest.php.
References Vendor\Package\$f, buildFactory(), and buildInputFactory().