You are here

function NodeRevisionsTest::get_info in SimpleTest 6

Implementation of get_info() for information

File

tests/node_revisions.test, line 6

Class

NodeRevisionsTest

Code

function get_info() {
  return array(
    'name' => t('Node revisions tests'),
    'desc' => t('Creates a node of type page and then a user tries various revision actions such as viewing, reverting to, and deleting revisions.'),
    'group' => 'Node Tests',
  );
}