You are here

public static function SimplenewsRolesUserRegisterTestCase::getInfo in Simplenews Roles 7

File

tests/simplenews_roles.test, line 19
SimplenewsRoles test functions.

Class

SimplenewsRolesUserRegisterTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('User Register'),
    'description' => t('Check subscription after registration.'),
    'group' => t('Simplenews Roles'),
  );
}