public static function EntityLegalDocumentTestCase::getInfo in Entity Legal 7
Same name and namespace in other branches
- 7.2 tests/entity_legal.document.test \EntityLegalDocumentTestCase::getInfo()
File
- tests/
entity_legal.document.test, line 14 - Test file include for legal document.
Class
- EntityLegalDocumentTestCase
- Simpletest class for legal document entities.
Code
public static function getInfo() {
return array(
'name' => 'Legal document entity',
'description' => 'Tests admin functionality for the legal document entity.',
'group' => 'Entity Legal',
);
}