ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Protected Attributes | |
DefNamesource | $name_source |
Definition at line 38 of file SelectInputTest.php.
SelectInputTest::setUp | ( | ) |
Definition at line 44 of file SelectInputTest.php.
SelectInputTest::testCommonRendering | ( | ) |
Definition at line 165 of file SelectInputTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and null.
SelectInputTest::testEmptyStringCreatesErrorIfSelectIsRequired | ( | ) |
Definition at line 80 of file SelectInputTest.php.
References $data, ILIAS\UI\Implementation\Component\Input\Field\Select\$options, and null.
SelectInputTest::testEmptyStringIsAcceptableClientSideValueIfSelectIsNotRequired | ( | ) |
Definition at line 66 of file SelectInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testEmptyStringIsAnAcceptableClientSideValueEvenIfSelectIsRequired | ( | ) |
Definition at line 102 of file SelectInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options, and ILIAS\UI\Implementation\Component\Input\Field\FormInput\withRequired().
SelectInputTest::testOnlyValuesFromOptionsAreAcceptableClientSideValues | ( | ) |
Definition at line 49 of file SelectInputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testRender | ( | ) |
Definition at line 116 of file SelectInputTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testRenderValue | ( | ) |
Definition at line 141 of file SelectInputTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testWithValueAndRequiredDoesNotContainNull | ( | ) |
Definition at line 179 of file SelectInputTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
|
protected |
Definition at line 42 of file SelectInputTest.php.