|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for RadioInputTest:
Collaboration diagram for RadioInputTest:Public Member Functions | |
| setUp () | |
| testImplementsFactoryInterface () | |
| testRender () | |
| testRenderValue () | |
| testRenderWithHasOptionFilter () | |
| testCommonRendering () | |
| testRadioValueOK () | |
| testRadioValueNotOK () | |
| testRadioValueNotOKType () | |
| testRadioValueOKForNull () | |
Protected Member Functions | |
| buildRadio (bool $with_has_option_filter=false) | |
Protected Attributes | |
| DefNamesource | $name_source |
Definition at line 32 of file RadioInputTest.php.
|
protected |
Definition at line 44 of file RadioInputTest.php.
References Vendor\Package\$f.
Referenced by testRadioValueNotOK(), testRadioValueNotOKType(), testRadioValueOK(), testRadioValueOKForNull(), testRender(), testRenderValue(), and testRenderWithHasOptionFilter().
Here is the caller graph for this function:| RadioInputTest::setUp | ( | ) |
Definition at line 39 of file RadioInputTest.php.
| RadioInputTest::testCommonRendering | ( | ) |
Definition at line 136 of file RadioInputTest.php.
References Vendor\Package\$f.
| RadioInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 60 of file RadioInputTest.php.
References Vendor\Package\$f.
| RadioInputTest::testRadioValueNotOK | ( | ) |
Definition at line 154 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueNotOKType | ( | ) |
Definition at line 160 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueOK | ( | ) |
Definition at line 148 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRadioValueOKForNull | ( | ) |
Definition at line 166 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:| RadioInputTest::testRender | ( | ) |
Definition at line 68 of file RadioInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, and buildRadio().
Here is the call graph for this function:| RadioInputTest::testRenderValue | ( | ) |
Definition at line 96 of file RadioInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, and buildRadio().
Here is the call graph for this function:| RadioInputTest::testRenderWithHasOptionFilter | ( | ) |
Definition at line 129 of file RadioInputTest.php.
References buildRadio().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file RadioInputTest.php.