public static function NodeRevisionsAllTestCase::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsAllTestCase.php, line 20
Definition of Drupal\node\Tests\NodeRevisionsAllTestCase.

Class

NodeRevisionsAllTestCase
Tests actions against revisions for user with access to all revisions.

Namespace

Drupal\node\Tests

Code

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