public static function EntityLegalMethodsTestCase::getInfo in Entity Legal 7.2
Same name and namespace in other branches
- 7 tests/entity_legal.methods.test \EntityLegalMethodsTestCase::getInfo()
File
- tests/
entity_legal.methods.test, line 14 - Test for defined methods in Entity Legal module.
Class
- EntityLegalMethodsTestCase
- Simpletest class for acceptance methods.
Code
public static function getInfo() {
return array(
'name' => 'Methods',
'description' => 'Tests methods of encouraging users to accept legal documents.',
'group' => 'Entity Legal',
);
}