ILIAS
release_8 Revision v8.23
|
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 () | |
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 () | |
![]() | |
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.
FormTest::buildDataFactory | ( | ) |
Definition at line 129 of file FormTest.php.
|
protected |
Definition at line 92 of file FormTest.php.
|
protected |
Definition at line 97 of file FormTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
|
protected |
Definition at line 115 of file FormTest.php.
References ILIAS\Repository\$refinery.
FormTest::getUIFactory | ( | ) |
Definition at line 124 of file FormTest.php.
|
protected |
FormTest::test_extractPostData | ( | ) |
Definition at line 164 of file FormTest.php.
FormTest::test_getData | ( | ) |
Definition at line 254 of file FormTest.php.
FormTest::test_getData_faulty | ( | ) |
Definition at line 324 of file FormTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
FormTest::test_getData_respects_keys | ( | ) |
Definition at line 289 of file FormTest.php.
FormTest::test_getInputs | ( | ) |
Definition at line 134 of file FormTest.php.
References FixedNameSource\$name.
FormTest::test_nameInputs_respects_keys | ( | ) |
Definition at line 410 of file FormTest.php.
FormTest::test_withAdditionalTransformation | ( | ) |
Definition at line 368 of file FormTest.php.
FormTest::test_withRequest | ( | ) |
Definition at line 176 of file FormTest.php.
FormTest::test_withRequest_respects_keys | ( | ) |
Definition at line 215 of file FormTest.php.
FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 466 of file FormTest.php.
References Vendor\Package\$f.
FormTest::testFormWithRequiredField | ( | ) |
Definition at line 476 of file FormTest.php.
References Vendor\Package\$f.
|
protected |
Definition at line 90 of file FormTest.php.
|
protected |
Definition at line 89 of file FormTest.php.