public static function RemoveFeedTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 527 - Tests for aggregator.module.
Class
- RemoveFeedTestCase
- Tests functionality for removing feeds in the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Remove feed functionality',
'description' => 'Remove feed test.',
'group' => 'Aggregator',
);
}