ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
setUp () | |
testOnlyValuesFromOptionsAreAcceptableClientSideValues () | |
testEmptyStringIsAcceptableClientSideValueIfSelectIsNotRequired () | |
testEmptyStringCreatesErrorIfSelectIsRequired () | |
testEmptyStringIsAnAcceptableClientSideValueEvenIfSelectIsRequired () | |
test_render () | |
test_render_value () | |
test_render_disabled () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML (string $html) | |
assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Member Functions | |
buildFactory () | |
![]() | |
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 | |
DefNamesource | $name_source |
Definition at line 37 of file SelectTest.php.
|
protected |
Definition at line 46 of file SelectTest.php.
SelectInputTest::setUp | ( | ) |
Definition at line 41 of file SelectTest.php.
SelectInputTest::test_render | ( | ) |
Definition at line 126 of file SelectTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::test_render_disabled | ( | ) |
Definition at line 183 of file SelectTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::test_render_value | ( | ) |
Definition at line 155 of file SelectTest.php.
References Vendor\Package\$f, ILIAS\UI\Implementation\Component\Input\Field\Select\$label, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testEmptyStringCreatesErrorIfSelectIsRequired | ( | ) |
Definition at line 90 of file SelectTest.php.
References $data, and ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testEmptyStringIsAcceptableClientSideValueIfSelectIsNotRequired | ( | ) |
Definition at line 76 of file SelectTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
SelectInputTest::testEmptyStringIsAnAcceptableClientSideValueEvenIfSelectIsRequired | ( | ) |
Definition at line 112 of file SelectTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options, and ILIAS\UI\Component\Input\Container\Form\FormInput\withRequired().
SelectInputTest::testOnlyValuesFromOptionsAreAcceptableClientSideValues | ( | ) |
Definition at line 59 of file SelectTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Select\$options.
|
protected |
Definition at line 39 of file SelectTest.php.