public static function NodeBuildContent::getInfo

File

drupal/modules/node/node.test, line 2148
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',
  );
}