ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Test on input implementation. More...
Private Attributes | |
$refinery | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Test on input implementation.
Definition at line 95 of file InputTest.php.
InputTest::setUp | ( | ) |
Definition at line 103 of file InputTest.php.
InputTest::test_constructor | ( | ) |
Definition at line 118 of file InputTest.php.
InputTest::test_getContent | ( | ) |
Definition at line 209 of file InputTest.php.
InputTest::test_only_run_withInput_with_name | ( | ) |
Definition at line 236 of file InputTest.php.
References Vendor\Package\$e.
InputTest::test_withByline | ( | ) |
Definition at line 134 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$byline.
InputTest::test_withDisabled | ( | ) |
Definition at line 153 of file InputTest.php.
InputTest::test_withError | ( | ) |
Definition at line 199 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error.
InputTest::test_withInput | ( | ) |
Definition at line 217 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_and_constraint_fails | ( | ) |
Definition at line 323 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_and_constraint_fails_different_order | ( | ) |
Definition at line 346 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_and_constraint_successfull | ( | ) |
Definition at line 300 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_and_transformation | ( | ) |
Definition at line 249 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_and_transformation_different_order | ( | ) |
Definition at line 273 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_constraint_and_transformation | ( | ) |
Definition at line 437 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_constraint_fails_and_transformation | ( | ) |
Definition at line 467 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_constraint_fails_and_transformation_different_order | ( | ) |
Definition at line 501 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_requirement_constraint | ( | ) |
Definition at line 531 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_toggle_requirement | ( | ) |
Definition at line 556 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_transformation_and_constraint | ( | ) |
Definition at line 374 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withInput_transformation_and_constraint_different_order | ( | ) |
Definition at line 404 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, and ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withLabel | ( | ) |
Definition at line 125 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$label.
InputTest::test_withName | ( | ) |
Definition at line 188 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$name.
InputTest::test_withRequired | ( | ) |
Definition at line 143 of file InputTest.php.
InputTest::test_withValue | ( | ) |
Definition at line 163 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$value.
InputTest::test_withValue_throws | ( | ) |
|
private |
Definition at line 101 of file InputTest.php.