You are here

public static function SimplenewsRolesUserDeleteTestCase::getInfo in Simplenews Roles 7

File

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

Class

SimplenewsRolesUserDeleteTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('User Delete'),
    'description' => t('Check that the subscription is deleted after the user is deleted.'),
    'group' => t('Simplenews Roles'),
  );
}