You are here

public static function SimplenewsRolesUpdateProfileTestCase::getInfo in Simplenews Roles 7

File

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

Class

SimplenewsRolesUpdateProfileTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Update User Profile'),
    'description' => t('Check subscription after editing profile (assign/unassign role).'),
    'group' => t('Simplenews Roles'),
  );
}