You are here

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

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

Implementation of getInfo().

File

./multiple_email.test, line 159
Tests for the Multiple E-mail module

Class

MultipleEmailBasicUserTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('User Tests without Permission'),
    'description' => t('User registers for the site without use multiple emails permission, and interacts with the module.'),
    'group' => t('Multiple E-mail'),
  );
}