ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
TestCase for the factory of constraints. More...
Public Member Functions | |
testAccept ($constraint, $ok_value, $error_value, $message) | |
constraintsProvider More... | |
testCheck ($constraint, $ok_value, $error_value, $message) | |
constraintsProvider More... | |
testProblemWith ($constraint, $ok_value, $error_value, $message) | |
constraintsProvider More... | |
testRestrict ($constraint, $ok_value, $error_value, $message) | |
constraintsProvider More... | |
testWithProblemBuilder ($constraint, $ok_value, $error_value, $message) | |
constraintsProvider More... | |
constraintsProvider () | |
TestCase for the factory of constraints.
Definition at line 13 of file ValidationConstraintsCustomTest.php.
ValidationConstraintsCustomTest::constraintsProvider | ( | ) |
ValidationConstraintsCustomTest::testAccept | ( | $constraint, | |
$ok_value, | |||
$error_value, | |||
$message | |||
) |
constraintsProvider
Definition at line 18 of file ValidationConstraintsCustomTest.php.
ValidationConstraintsCustomTest::testCheck | ( | $constraint, | |
$ok_value, | |||
$error_value, | |||
$message | |||
) |
constraintsProvider
Definition at line 27 of file ValidationConstraintsCustomTest.php.
References $message.
ValidationConstraintsCustomTest::testProblemWith | ( | $constraint, | |
$ok_value, | |||
$error_value, | |||
$message | |||
) |
constraintsProvider
Definition at line 51 of file ValidationConstraintsCustomTest.php.
References $message.
ValidationConstraintsCustomTest::testRestrict | ( | $constraint, | |
$ok_value, | |||
$error_value, | |||
$message | |||
) |
constraintsProvider
Definition at line 61 of file ValidationConstraintsCustomTest.php.
References $error, $ok, and $result.
ValidationConstraintsCustomTest::testWithProblemBuilder | ( | $constraint, | |
$ok_value, | |||
$error_value, | |||
$message | |||
) |
constraintsProvider
Definition at line 81 of file ValidationConstraintsCustomTest.php.