public static function ImportOPMLTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 733 - Tests for aggregator.module.
Class
- ImportOPMLTestCase
- Tests importing feeds from OPML functionality for the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Import feeds from OPML functionality',
'description' => 'Test OPML import.',
'group' => 'Aggregator',
);
}