function TaxonomyRSSTestCase::getInfo

File

modules/taxonomy/taxonomy.test, line 1082

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.