public static function RssTest::getInfo

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/RssTest.php, line 24
Definition of Drupal\taxonomy\Tests\RssTest.

Class

RssTest
Tests the rendering of term reference fields in RSS feeds.

Namespace

Drupal\taxonomy\Tests

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