You are here

public static function EntityLegalDocumentVersionTestCase::getInfo in Entity Legal 7.2

Same name and namespace in other branches
  1. 7 tests/entity_legal.version.test \EntityLegalDocumentVersionTestCase::getInfo()

File

tests/entity_legal.version.test, line 14
Test for legal document version entity admin ui.

Class

EntityLegalDocumentVersionTestCase
Simpletest class for document versioning.

Code

public static function getInfo() {
  return array(
    'name' => 'Legal document version entity',
    'description' => 'Tests admin functionality for the legal document version entity.',
    'group' => 'Entity Legal',
  );
}