public static function MultipleEmailUserTestCase::getInfo in Multiple E-mail Addresses 6
Same name and namespace in other branches
- 7 multiple_email.test \MultipleEmailUserTestCase::getInfo()
Implementation of getInfo().
File
- ./
multiple_email.test, line 13 - Tests for the Multiple E-mail module
Class
- MultipleEmailUserTestCase
- @file Tests for the Multiple E-mail module
Code
public static function getInfo() {
return array(
'name' => t('User Tests with Permission'),
'description' => t('User registers for the site with use multiple emails permission, and interacts with the module.'),
'group' => t('Multiple E-mail'),
);
}