You are here

public static function AutoassignroleUserChoiceTestCase::getInfo in Auto Assign Role 6.2

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

File

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

Class

AutoassignroleUserChoiceTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Allow User to Choose Assignment'),
    'description' => t('Verify Allow User to Choose is functioning on new user accounts as expected.'),
    'group' => t('Autoassignrole'),
  );
}