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