public static function FeedParserTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 1008 - Tests for aggregator.module.
Class
- FeedParserTestCase
- Tests feed parsing in the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Feed parser functionality',
'description' => 'Test the built-in feed parser with valid feed samples.',
'group' => 'Aggregator',
);
}