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