public static function ImportOPMLTestCase::getInfo
Archivo
- drupal-7.x/
modules/ aggregator/ aggregator.test, line 693 - Tests for aggregator.module.
Class
- ImportOPMLTestCase
- Tests importing feeds from OPML functionality for the Aggregator module.
Código
public static function getInfo() {
return array(
'name' => 'Import feeds from OPML functionality',
'description' => 'Test OPML import.',
'group' => 'Aggregator',
);
}