public static function UpdateFeedTestCase::getInfo

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

File

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