function NodeRevisionsTestCase::getInfo

File

modules/node/node.test, line 171

Class

NodeRevisionsTestCase
Tests the node revision functionality.

Code

public static function getInfo() {
    return array(
        'name' => 'Node revisions',
        'description' => 'Create a node with revisions and test viewing, saving, reverting, and deleting revisions.',
        'group' => 'Node',
    );
}

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