function NodeRSSContentTestCase::getInfo

File

modules/node/node.test, line 944

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

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