ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Test on form implementation. More...
Public Member Functions | |
getUIFactory () | |
buildDataFactory () | |
testGetInputs () | |
testExtractPostData () | |
testWithRequest () | |
testWithRequestRespectsKeys () | |
testGetData () | |
testGetDataRespectsKeys () | |
testGetDataFaulty () | |
testWithAdditionalTransformation () | |
testNameInputsRespectsKeys () | |
testFormWithoutRequiredField () | |
testFormWithRequiredField () | |
Protected Member Functions | |
buildFactory () | |
buildInputFactory () | |
buildButtonFactory () | |
buildTransformation (Closure $trafo) | |
inputMock () | |
Protected Attributes | |
$language | |
array | $inputs |
Test on form implementation.
Definition at line 85 of file FormTest.php.
|
protected |
Definition at line 115 of file FormTest.php.
Referenced by getUIFactory().
FormTest::buildDataFactory | ( | ) |
Definition at line 134 of file FormTest.php.
Referenced by testGetData(), testGetDataFaulty(), testGetDataRespectsKeys(), testWithAdditionalTransformation(), testWithRequest(), and testWithRequestRespectsKeys().
|
protected |
Definition at line 93 of file FormTest.php.
References buildInputFactory().
Referenced by testFormWithoutRequiredField(), testFormWithRequiredField(), and testGetInputs().
|
protected |
Definition at line 101 of file FormTest.php.
References ILIAS\UI\examples\Symbol\Glyph\Language\language().
Referenced by buildFactory(), testExtractPostData(), testFormWithoutRequiredField(), testFormWithRequiredField(), testGetData(), testGetDataFaulty(), testGetDataRespectsKeys(), testGetInputs(), testNameInputsRespectsKeys(), testWithAdditionalTransformation(), testWithRequest(), and testWithRequestRespectsKeys().
|
protected |
Definition at line 120 of file FormTest.php.
References $language, and ILIAS\UI\examples\Layout\Page\Standard\$refinery.
Referenced by testWithAdditionalTransformation().
FormTest::getUIFactory | ( | ) |
Definition at line 129 of file FormTest.php.
References buildButtonFactory().
|
protected |
Definition at line 433 of file FormTest.php.
Referenced by testGetData(), testGetDataFaulty(), testGetDataRespectsKeys(), testWithAdditionalTransformation(), testWithRequest(), and testWithRequestRespectsKeys().
FormTest::testExtractPostData | ( | ) |
Definition at line 169 of file FormTest.php.
References buildInputFactory().
FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 472 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
FormTest::testFormWithRequiredField | ( | ) |
Definition at line 482 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
FormTest::testGetData | ( | ) |
Definition at line 259 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::testGetDataFaulty | ( | ) |
Definition at line 329 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
FormTest::testGetDataRespectsKeys | ( | ) |
Definition at line 294 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::testGetInputs | ( | ) |
Definition at line 139 of file FormTest.php.
References $inputs, buildFactory(), and buildInputFactory().
FormTest::testNameInputsRespectsKeys | ( | ) |
Definition at line 415 of file FormTest.php.
References $inputs, and buildInputFactory().
FormTest::testWithAdditionalTransformation | ( | ) |
Definition at line 373 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
FormTest::testWithRequest | ( | ) |
Definition at line 181 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
FormTest::testWithRequestRespectsKeys | ( | ) |
Definition at line 220 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
|
protected |
Definition at line 91 of file FormTest.php.
Referenced by testFormWithoutRequiredField(), testFormWithRequiredField(), testGetInputs(), and testNameInputsRespectsKeys().
|
protected |
Definition at line 90 of file FormTest.php.
Referenced by buildTransformation().