You are here

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

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

File

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

Class

AutoassignroleAdminAllowUserChoiceTestCase

Code

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