|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for SwitchableGroupInputTest:
Collaboration diagram for SwitchableGroupInputTest:Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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 | |
| $child1 | |
| $child2 | |
| $nested_child | |
| $lng | |
| Data Factory | $data_factory |
| Refinery | $refinery |
| ILIAS UI Component Input Field Group | $switchable_group |
| SwitchableGroup | $group |
Definition at line 43 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 112 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 | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 70 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::testErrorIsI18NOnError | ( | ) |
Definition at line 340 of file SwitchableGroupInputTest.php.
References $switchable_group, and ILIAS\Repository\lng().
Here is the call graph for this function:| SwitchableGroupInputTest::testGroupForwardsValuesOnGetValue | ( | ) |
Definition at line 223 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesAcceptKeyOnly | ( | ) |
Definition at line 209 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength | ( | ) |
Definition at line 203 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptInvalidKey | ( | ) |
Definition at line 217 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptNonArrayValue | ( | ) |
Definition at line 197 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testRender | ( | ) |
Definition at line 405 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| SwitchableGroupInputTest::testRenderWithValue | ( | SG | $sg | ) |
@depends testRender
Definition at line 470 of file SwitchableGroupInputTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| SwitchableGroupInputTest::testRenderWithValueByIndex | ( | ) |
Definition at line 511 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| SwitchableGroupInputTest::testSwitchableGroupForwardsValuesOnWithValue | ( | ) |
Definition at line 177 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testSwitchableGroupMayOnlyHaveGroupChildren | ( | ) |
Definition at line 163 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 123 of file SwitchableGroupInputTest.php.
| SwitchableGroupInputTest::testWithInputCallsChildrenAndAppliesOperations | ( | ) |
Definition at line 241 of file SwitchableGroupInputTest.php.
References function, and ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithInputDoesNotAcceptUnknownKeys | ( | ) |
Definition at line 373 of file SwitchableGroupInputTest.php.
References function, and ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithInputDoesNotApplyOperationsOnError | ( | ) |
Definition at line 293 of file SwitchableGroupInputTest.php.
References function, ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| SwitchableGroupInputTest::testWithRequiredDoesNotRequire | ( | ) |
Definition at line 145 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 48 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 53 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 65 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 68 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 63 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 58 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 66 of file SwitchableGroupInputTest.php.
Definition at line 67 of file SwitchableGroupInputTest.php.
Referenced by testErrorIsI18NOnError().