You are here

public static function FeedAPICronTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_cron.test, line 13

Class

FeedAPICronTestsCase
Class for testing FeedAPI cron scheduling.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI Cron scheduling'),
    'description' => t('Creates two feeds and see if cron respects the Minimum refresh period setting.'),
    'group' => t('FeedAPI'),
  );
}