public static function UpdateFeedTestCase::getInfo in Drupal 7
File
- 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',
);
}