You are here

public static function MultipleEmailUserTestCase::getInfo in Multiple E-mail Addresses 7

Same name and namespace in other branches
  1. 6 multiple_email.test \MultipleEmailUserTestCase::getInfo()

Implementation of getInfo().

File

./multiple_email.test, line 15
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'),
  );
}