function FeedParserTestCase::getInfo
File
-
modules/
aggregator/ aggregator.test, line 1012
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.