You are here

public static function SimplenewsRolesResyncTestCase::getInfo in Simplenews Roles 7

File

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

Class

SimplenewsRolesResyncTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Resync'),
    'description' => t('Test to check the general behavior of simplenews_roles module and simplenews_roles_update_subscriptions() method.'),
    'group' => t('Simplenews Roles'),
  );
}