public static function AggregatorCronTestCase::getInfo

File

drupal/modules/aggregator/aggregator.test, line 863
Tests for aggregator.module.

Class

AggregatorCronTestCase
Tests functionality of the cron process in the Aggregator module.

Code

public static function getInfo() {
  return array(
    'name' => 'Update on cron functionality',
    'description' => 'Update feeds on cron.',
    'group' => 'Aggregator',
  );
}