function AggregatorCronTestCase::getInfo

File

modules/aggregator/aggregator.test, line 863

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.