function NodeBuildContent::getInfo

File

modules/node/node.test, line 2221

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.