public static function NodeFeedTestCase::getInfo

7.x node.test public static NodeFeedTestCase::getInfo()

File

drupal-7.x/modules/node/node.test, line 1881
Tests for node.module.

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