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