|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for RequestValidationHelperTest:
Collaboration diagram for RequestValidationHelperTest:Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from assBaseTestCase | |
| setUp () | |
| tearDown () | |
| getIRSSMock () | |
Private Attributes | |
| ilTestLegacyFormsHelper | $object |
Additional Inherited Members | |
Protected Attributes inherited from assBaseTestCase | |
| Container | $dic = null |
Definition at line 25 of file RequestValidationHelperTest.php.
|
protected |
Reimplemented from assBaseTestCase.
Definition at line 29 of file RequestValidationHelperTest.php.
References setGlobalVariable().
Here is the call graph for this function:| RequestValidationHelperTest::test_checkPointsFromRequest_shouldAbort_whenEmptyData | ( | ) |
Definition at line 45 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldAbort_whenEmptyPoints | ( | ) |
Definition at line 53 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldAbort_whenNonNumericPoints | ( | ) |
Definition at line 69 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldAbort_whenZeroPoints | ( | ) |
Definition at line 85 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldReturn_whenEmptyPoints | ( | ) |
Definition at line 61 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldReturn_whenNonZeroPoints | ( | ) |
Definition at line 93 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_checkPointsFromRequest_shouldReturn_whenPointsAsString | ( | ) |
Definition at line 77 of file RequestValidationHelperTest.php.
References $data.
| RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenEmptyArray | ( | ) |
Definition at line 101 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenEmptyArrayValue | ( | ) |
Definition at line 128 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenEmptyStringValue | ( | ) |
Definition at line 121 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenKeyNotFound | ( | ) |
Definition at line 108 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| RequestValidationHelperTest::test_inArray_shouldReturnTrue_whenKeyFound | ( | ) |
Definition at line 115 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| RequestValidationHelperTest::testConstruct | ( | ) |
Definition at line 40 of file RequestValidationHelperTest.php.
|
private |
Definition at line 27 of file RequestValidationHelperTest.php.