ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Protected Member Functions | |
buildFactory () | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Private Attributes | |
$refinery | |
Definition at line 23 of file SwitchableGroupInputTest.php.
|
protected |
Definition at line 60 of file SwitchableGroupInputTest.php.
Referenced by testRender(), and testRenderWithValueByIndex().
SwitchableGroupInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 30 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testErrorIsI18NOnError | ( | ) |
Definition at line 288 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testGroupForwardsValuesOnGetValue | ( | ) |
Definition at line 173 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testGroupOnlyDoesAcceptKeyOnly | ( | ) |
Definition at line 158 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testGroupOnlyDoesNoAcceptArrayValuesWithWrongLength | ( | ) |
Definition at line 151 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptInvalidKey | ( | ) |
Definition at line 166 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testGroupOnlyDoesNotAcceptNonArrayValue | ( | ) |
Definition at line 144 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testRender | ( | ) |
Definition at line 354 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
SwitchableGroupInputTest::testRenderWithValue | ( | $sg | ) |
@depends testRender
Definition at line 418 of file SwitchableGroupInputTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
SwitchableGroupInputTest::testRenderWithValueByIndex | ( | ) |
Definition at line 458 of file SwitchableGroupInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
SwitchableGroupInputTest::testSwitchableGroupForwardsValuesOnWithValue | ( | ) |
Definition at line 124 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testSwitchableGroupMayOnlyHaveGroupChildren | ( | ) |
Definition at line 110 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testWithDisabledDisablesChildren | ( | ) |
Definition at line 70 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testWithInputCallsChildrenAndAppliesOperations | ( | ) |
Definition at line 191 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testWithInputDoesNotAcceptUnknownKeys | ( | ) |
Definition at line 322 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testWithInputDoesNotApplyOperationsOnError | ( | ) |
Definition at line 241 of file SwitchableGroupInputTest.php.
SwitchableGroupInputTest::testWithRequiredDoesNotRequire | ( | ) |
Definition at line 92 of file SwitchableGroupInputTest.php.
|
private |
Definition at line 28 of file SwitchableGroupInputTest.php.