function NodeFeedTestCase::getInfo
File
-
modules/
node/ node.test, line 2023
Class
- NodeFeedTestCase
- Test the node_feed() functionality.
Code
public static function getInfo() {
return array(
'name' => 'Node feed',
'description' => 'Ensures that node_feed() functions correctly.',
'group' => 'Node',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.