public static function TaxonomyRSSTestCase::getInfo in Drupal 7
File
- modules/
taxonomy/ taxonomy.test, line 1018 - Tests for taxonomy.module.
Class
- TaxonomyRSSTestCase
- Tests the rendering of term reference fields in RSS feeds.
Code
public static function getInfo() {
return array(
'name' => 'Taxonomy RSS Content.',
'description' => 'Ensure that data added as terms appears in RSS feeds if "RSS Category" format is selected.',
'group' => 'Taxonomy',
);
}