public static function AggregatorCronTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php, line 14
Definition of Drupal\aggregator\Tests\AggregatorCronTest.

Class

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

Namespace

Drupal\aggregator\Tests

Code

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