ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
tearDown () | |
getIRSSMock () | |
Private Attributes | |
ilTestLegacyFormsHelper | $object |
Additional Inherited Members | |
![]() | |
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().
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().
RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenEmptyArrayValue | ( | ) |
Definition at line 128 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenEmptyStringValue | ( | ) |
Definition at line 121 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
RequestValidationHelperTest::test_inArray_shouldReturnFalse_whenKeyNotFound | ( | ) |
Definition at line 108 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
RequestValidationHelperTest::test_inArray_shouldReturnTrue_whenKeyFound | ( | ) |
Definition at line 115 of file RequestValidationHelperTest.php.
References ILIAS\Repository\object().
RequestValidationHelperTest::testConstruct | ( | ) |
Definition at line 40 of file RequestValidationHelperTest.php.
|
private |
Definition at line 27 of file RequestValidationHelperTest.php.