public static function UpdateFeedItemTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 558 - Tests for aggregator.module.
Class
- UpdateFeedItemTestCase
- Tests functionality of updating a feed item in the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Update feed item functionality',
'description' => 'Update feed items from a feed.',
'group' => 'Aggregator',
);
}