|
ILIAS
release_8 Revision v8.24
|
Class CronJobEntityTest. More...
Inheritance diagram for CronJobEntityTest:
Collaboration diagram for CronJobEntityTest:Public Member Functions | |
| testEntityCollectionCanBeCreatedWithItems () | |
| testCollectionCanBeChanged (ilCronJobEntities $entities) | |
| testCollectionCanBeFilteredAndSliced (ilCronJobEntities $entities) | |
| testEffectiveScheduleCanBeDetermined () | |
Private Member Functions | |
| getEntity (ilCronJob $job_instance=null, int $schedule_type=ilCronJob::SCHEDULE_TYPE_IN_MINUTES, int $schedule_value=5, bool $is_plugin=false) | |
Class CronJobEntityTest.
Definition at line 27 of file CronJobEntityTest.php.
|
private |
| ilCronJob | null | $job_instance | |
| int | $schedule_type | |
| int | $schedule_value | |
| bool | $is_plugin |
Definition at line 36 of file CronJobEntityTest.php.
| CronJobEntityTest::testCollectionCanBeChanged | ( | ilCronJobEntities | $entities | ) |
| ilCronJobEntities | $entities |
Definition at line 81 of file CronJobEntityTest.php.
References ilCronJobEntities\add(), and ilCronJobEntities\toArray().
Here is the call graph for this function:| CronJobEntityTest::testCollectionCanBeFilteredAndSliced | ( | ilCronJobEntities | $entities | ) |
| ilCronJobEntities | $entities | @depends testCollectionCanBeChanged |
Definition at line 94 of file CronJobEntityTest.php.
References ilCronJobEntities\filter(), function, ilCronJobEntity\getJobId(), and ilCronJobEntities\slice().
Here is the call graph for this function:| CronJobEntityTest::testEffectiveScheduleCanBeDetermined | ( | ) |
Definition at line 103 of file CronJobEntityTest.php.
References ilCronJob\SCHEDULE_TYPE_DAILY, ilCronJob\SCHEDULE_TYPE_IN_HOURS, and ilCronJob\SCHEDULE_TYPE_IN_MINUTES.
| CronJobEntityTest::testEntityCollectionCanBeCreatedWithItems | ( | ) |
Definition at line 67 of file CronJobEntityTest.php.