You are here

public static function NodeRSSContentTestCase::getInfo in Drupal 7

File

modules/node/node.test, line 929
Tests for node.module.

Class

NodeRSSContentTestCase
Ensures that data added to nodes by other modules appears in RSS feeds.

Code

public static function getInfo() {
  return array(
    'name' => 'Node RSS Content',
    'description' => 'Ensure that data added to nodes by other modules appears in RSS feeds.',
    'group' => 'Node',
  );
}