public static function NodeBuildContent::getInfo in Drupal 7
File
- modules/
node/ node.test, line 2190 - 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',
);
}