![]() |
TYPO3
7.6
|
Public Member Functions | |
checkDateWithStrtotimeValuesDataProvider () | |
checkDateWithStrtotimeValues ($strToTimeValue) | |
checkDateWithTypo3DateSyntaxDataProvider () | |
checkDateWithTypo3DateSyntax ($typo3DateValue, $expectedTimestamp) | |
checkDateWithInvalidDateValuesDataProvider () | |
checkDateWithInvalidDateValues ($dateValue) | |
Protected Member Functions | |
setUp () | |
Protected Attributes | |
$testObject | |
Test case
Definition at line 20 of file SchedulerModuleControllerTest.php.
checkDateWithInvalidDateValues | ( | $dateValue | ) |
This test must be raised an InvalidArgumentException
checkDateWithInvalidDateValuesDataProvider
string | $dateValue | Test value which will be passed to $this->testObject->checkDate. |
Definition at line 173 of file SchedulerModuleControllerTest.php.
checkDateWithInvalidDateValuesDataProvider | ( | ) |
Provides some invalid dates
Definition at line 153 of file SchedulerModuleControllerTest.php.
checkDateWithStrtotimeValues | ( | $strToTimeValue | ) |
checkDateWithStrtotimeValuesDataProvider
string | $strToTimeValue | Test value which will be passed to $this->testObject->checkDate |
Definition at line 76 of file SchedulerModuleControllerTest.php.
checkDateWithStrtotimeValuesDataProvider | ( | ) |
Data provider for checkDateWithStrtotimeValues
Definition at line 43 of file SchedulerModuleControllerTest.php.
checkDateWithTypo3DateSyntax | ( | $typo3DateValue, | |
$expectedTimestamp | |||
) |
checkDateWithTypo3DateSyntaxDataProvider
string | $typo3DateValue | Test value which will be passed to $this->testObject->checkDate |
int | $expectedTimestamp | Expected value to compare with result from operation |
Definition at line 142 of file SchedulerModuleControllerTest.php.
checkDateWithTypo3DateSyntaxDataProvider | ( | ) |
Provides dates in TYPO3 date field formats (non-US), i.e. H:i Y-m-d
Definition at line 94 of file SchedulerModuleControllerTest.php.
|
protected |
Sets up each test case.
Definition at line 32 of file SchedulerModuleControllerTest.php.
|
protected |
Definition at line 25 of file SchedulerModuleControllerTest.php.