public static function AggregatorCronTest::getInfo

File

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

Class

AggregatorCronTest

Namespace

Drupal\aggregator\Tests

Code

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