public static function NodeRSSContentTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeRSSContentTest.php, line 26
Definition of Drupal\node\Tests\NodeRSSContentTest.

Class

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

Namespace

Drupal\node\Tests

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