public static function UpdateFeedTestCase::getInfo

File

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

Class

UpdateFeedTestCase
Tests functionality of updating the feed in the Aggregator module.

Code

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