You are here

public static function AutoassignroleAdminAutoRoleTestCase::getInfo in Auto Assign Role 6

Same name and namespace in other branches
  1. 6.2 tests/autoassignrole.test \AutoassignroleAdminAutoRoleTestCase::getInfo()

File

tests/autoassignrole.test, line 139
Autoassignrole functionality tests.

Class

AutoassignroleAdminAutoRoleTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Automatic Role Settings'),
    'description' => t('Verify Automatic Role Assignment admin settings are stored as expected.'),
    'group' => t('Autoassignrole'),
  );
}