public static function FeedAPIExpireTestsCase::getInfo in FeedAPI 6
Implementation of getInfo().
File
- tests/
feedapi_expire.test, line 13
Class
- FeedAPIExpireTestsCase
- Class for testing FeedAPI cron scheduling.
Code
public static function getInfo() {
return array(
'name' => t('FeedAPI Expiring'),
'description' => t('Creates one feed, refresh it. Manipulates directly the timestamp of the items and see if FeedAPI deletes the outdated items or not.'),
'group' => t('FeedAPI'),
);
}