public static function NodeFeedTestCase::getInfo
Archivo
- drupal-7.x/
modules/ node/ node.test, line 1865 - Tests for node.module.
Class
- NodeFeedTestCase
- Test the node_feed() functionality.
Código
public static function getInfo() {
return array(
'name' => 'Node feed',
'description' => 'Ensures that node_feed() functions correctly.',
'group' => 'Node',
);
}