public static function AggregatorCronTestCase::getInfo

7.x aggregator.test public static AggregatorCronTestCase::getInfo()

File

drupal-7.x/modules/aggregator/aggregator.test, line 823
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'
  );
}