public static function AgreementDefaultsPrivilegedUserTestCase::getInfo in Agreement 6.2
Same name and namespace in other branches
- 6 agreement.test \AgreementDefaultsPrivilegedUserTestCase::getInfo()
- 7.2 agreement.test \AgreementDefaultsPrivilegedUserTestCase::getInfo()
File
- ./
agreement.test, line 125 - Tests for Agreement module.
Class
Code
public static function getInfo() {
return array(
'name' => '1. Agreement settings',
'description' => 'Ensure that the default settings work properly for the admin user.',
'group' => 'Agreement',
);
}