You are here

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

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

File

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

Class

AutoassignroleAdminAssignFromPathTestCase

Code

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