ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Test on input implementation. More...
Test on input implementation.
Definition at line 90 of file InputTest.php.
InputTest::setUp | ( | ) |
Definition at line 92 of file InputTest.php.
References input.
InputTest::test_constructor | ( | ) |
InputTest::test_getContent | ( | ) |
InputTest::test_only_run_withInput_with_name | ( | ) |
InputTest::test_withByline | ( | ) |
Definition at line 118 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$byline, $input, and input.
InputTest::test_withError | ( | ) |
Definition at line 173 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, and input.
InputTest::test_withInput | ( | ) |
Definition at line 191 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_and_constraint_fails | ( | ) |
Definition at line 297 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_and_constraint_fails_different_order | ( | ) |
Definition at line 320 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_and_constraint_successfull | ( | ) |
Definition at line 274 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_and_transformation | ( | ) |
Definition at line 223 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_and_transformation_different_order | ( | ) |
Definition at line 247 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_constraint_and_transformation | ( | ) |
Definition at line 406 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_constraint_fails_and_transformation | ( | ) |
Definition at line 436 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_constraint_fails_and_transformation_different_order | ( | ) |
Definition at line 466 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_requirement_constraint | ( | ) |
Definition at line 496 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_toggle_requirement | ( | ) |
Definition at line 521 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_transformation_and_constraint | ( | ) |
Definition at line 343 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withInput_transformation_and_constraint_different_order | ( | ) |
Definition at line 373 of file InputTest.php.
References ILIAS\UI\Implementation\Component\Input\Field\Input\$error, $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, $res, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, $values, and input.
InputTest::test_withLabel | ( | ) |
Definition at line 109 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$label, and input.
InputTest::test_withName | ( | ) |
Definition at line 162 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$name, and input.
InputTest::test_withRequired | ( | ) |
Definition at line 127 of file InputTest.php.
InputTest::test_withValue | ( | ) |
Definition at line 137 of file InputTest.php.
References $input, ILIAS\UI\Implementation\Component\Input\Field\Input\$value, and input.
InputTest::test_withValue_throws | ( | ) |