public static function NodeBuildContent::getInfo

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

File

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

Class

NodeBuildContent
Test to ensure that a node's content is always rebuilt.

Code

public static function getInfo() {
  return array(
    'name' => 'Rebuild content',
    'description' => 'Test the rebuilding of content for different build modes.',
    'group' => 'Node',
  );
}