ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
testCalculatorConstruct () | |
testYearly () | |
testYearlyByDay () | |
testMonthly () | |
testMonthlyByDay () | |
testWeekly () | |
testWeeklyByDay () | |
testDaily () | |
testUntilEndDateInclusive () | |
Protected Member Functions | |
setUp () | |
setGlobalVariable (string $name, $value) | |
initDependencies () | |
Protected Attributes | |
$backupGlobals = false | |
Container | $dic |
Definition at line 24 of file ilCalendarRecurrenceCalculationTest.php.
|
protected |
Definition at line 296 of file ilCalendarRecurrenceCalculationTest.php.
References $dic, $GLOBALS, and setGlobalVariable().
Referenced by setUp().
|
protected |
Definition at line 285 of file ilCalendarRecurrenceCalculationTest.php.
References $c, $DIC, and $GLOBALS.
Referenced by initDependencies().
|
protected |
Definition at line 29 of file ilCalendarRecurrenceCalculationTest.php.
References initDependencies().
ilCalendarRecurrenceCalculationTest::testCalculatorConstruct | ( | ) |
Definition at line 35 of file ilCalendarRecurrenceCalculationTest.php.
References IL_CAL_DATE.
ilCalendarRecurrenceCalculationTest::testDaily | ( | ) |
Definition at line 229 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_DAILY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testMonthly | ( | ) |
Definition at line 113 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_MONTHLY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testMonthlyByDay | ( | ) |
Definition at line 141 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_MONTHLY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testUntilEndDateInclusive | ( | ) |
Definition at line 257 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_DAILY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testWeekly | ( | ) |
Definition at line 171 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_WEEKLY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testWeeklyByDay | ( | ) |
Definition at line 199 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_WEEKLY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
ilCalendarRecurrenceCalculationTest::testYearly | ( | ) |
Definition at line 51 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_YEARLY, and IL_CAL_DATE.
ilCalendarRecurrenceCalculationTest::testYearlyByDay | ( | ) |
Definition at line 78 of file ilCalendarRecurrenceCalculationTest.php.
References ilCalendarRecurrence\FREQ_YEARLY, IL_CAL_DATE, and ilDateList\TYPE_DATE.
|
protected |
Definition at line 26 of file ilCalendarRecurrenceCalculationTest.php.
|
protected |
Definition at line 27 of file ilCalendarRecurrenceCalculationTest.php.
Referenced by initDependencies().