|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Test on form implementation. More...
Inheritance diagram for FormTest:
Collaboration diagram for FormTest: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().
Here is the caller graph for this function:| FormTest::buildDataFactory | ( | ) |
Definition at line 134 of file FormTest.php.
Referenced by testGetData(), testGetDataFaulty(), testGetDataRespectsKeys(), testWithAdditionalTransformation(), testWithRequest(), and testWithRequestRespectsKeys().
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file FormTest.php.
References buildInputFactory().
Referenced by testFormWithoutRequiredField(), testFormWithRequiredField(), and testGetInputs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 120 of file FormTest.php.
References $language, and ILIAS\UI\examples\Layout\Page\Mail\$refinery.
Referenced by testWithAdditionalTransformation().
Here is the caller graph for this function:| FormTest::getUIFactory | ( | ) |
Definition at line 129 of file FormTest.php.
References buildButtonFactory().
Here is the call graph for this function:
|
protected |
Definition at line 433 of file FormTest.php.
Referenced by testGetData(), testGetDataFaulty(), testGetDataRespectsKeys(), testWithAdditionalTransformation(), testWithRequest(), and testWithRequestRespectsKeys().
Here is the caller graph for this function:| FormTest::testExtractPostData | ( | ) |
Definition at line 169 of file FormTest.php.
References buildInputFactory().
Here is the call graph for this function:| FormTest::testFormWithoutRequiredField | ( | ) |
Definition at line 472 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::testFormWithRequiredField | ( | ) |
Definition at line 482 of file FormTest.php.
References Vendor\Package\$f, $inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::testGetData | ( | ) |
Definition at line 259 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::testGetDataFaulty | ( | ) |
Definition at line 329 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), inputMock(), and ILIAS\UI\examples\Symbol\Glyph\Language\language().
Here is the call graph for this function:| FormTest::testGetDataRespectsKeys | ( | ) |
Definition at line 294 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::testGetInputs | ( | ) |
Definition at line 139 of file FormTest.php.
References $inputs, buildFactory(), and buildInputFactory().
Here is the call graph for this function:| FormTest::testNameInputsRespectsKeys | ( | ) |
Definition at line 415 of file FormTest.php.
References $inputs, and buildInputFactory().
Here is the call graph for this function:| FormTest::testWithAdditionalTransformation | ( | ) |
Definition at line 373 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), buildTransformation(), and inputMock().
Here is the call graph for this function:| FormTest::testWithRequest | ( | ) |
Definition at line 181 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:| FormTest::testWithRequestRespectsKeys | ( | ) |
Definition at line 220 of file FormTest.php.
References buildDataFactory(), buildInputFactory(), and inputMock().
Here is the call graph for this function:
|
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().