public static function NodeRevisionsTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 171 - Tests for node.module.
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',
);
}