|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for SwitchableGroupInputTest:
Collaboration diagram for SwitchableGroupInputTest:Protected Member Functions | |
| buildFactory () | |
Protected Attributes | |
| $child1 | |
| $child2 | |
| $nested_child | |
| $lng | |
| Data Factory | $data_factory |
| Refinery | $refinery |
| ILIAS UI Component Input Field Group | $switchable_group |
| SwitchableGroup | $group |
Definition at line 48 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 119 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by testRender(), and testRenderWithValueByIndex().
Here is the call graph for this function:
Here is the caller graph for this function:| SwitchableGroupInputTest::setUp | ( | ) |
Definition at line 77 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\UI\Implementation\Component\Input\ViewControl\withNameFrom().
Here is the call graph for this function:| SwitchableGroupInputTest::testCommonRendering | ( | ) |
Definition at line 510 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f.
| SwitchableGroupInputTest::testErrorIsI18NOnError | ( | ) |
Definition at line 351 of file SwitchableGroupInputTest.php.
References $switchable_group, and ILIAS\Repository\lng().
Here is the call graph for this function:| SwitchableGroupInputTest::testGroupForwardsValuesOnGetValue | ( | ) |
Definition at line 234 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesAcceptKeyOnly | ( | ) |
Definition at line 220 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength | ( | ) |
Definition at line 214 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptInvalidKey | ( | ) |
Definition at line 228 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptNonArrayValue | ( | ) |
Definition at line 208 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testRender | ( | ) |
Definition at line 416 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, buildFactory(), and ILIAS\Repository\ui().
Here is the call graph for this function:| SwitchableGroupInputTest::testRenderWithValue | ( | SG | $sg | ) |
Definition at line 480 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testRenderWithValueByIndex | ( | ) |
Definition at line 488 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| SwitchableGroupInputTest::testSwitchableGroupForwardsValuesOnWithValue | ( | ) |
Definition at line 185 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testSwitchableGroupMayOnlyHaveGroupChildren | ( | ) |
Definition at line 171 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithDisabledDisablesChildren | ( | ) |
Definition at line 131 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testWithInputCallsChildrenAndAppliesOperations | ( | ) |
Definition at line 252 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithInputDoesNotAcceptUnknownKeys | ( | ) |
Definition at line 384 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithInputDoesNotApplyOperationsOnError | ( | ) |
Definition at line 304 of file SwitchableGroupInputTest.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithRequiredDoesNotRequire | ( | ) |
Definition at line 153 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 55 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 60 of file SwitchableGroupInputTest.php.
Definition at line 72 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 75 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 70 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 65 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 73 of file SwitchableGroupInputTest.php.
Definition at line 74 of file SwitchableGroupInputTest.php.
Referenced by testErrorIsI18NOnError().