You are here

public static function AutoassignroleAdminUserTestCase::getInfo in Auto Assign Role 7.2

Same name and namespace in other branches
  1. 7 autoassignrole.test \AutoassignroleAdminUserTestCase::getInfo()

File

./autoassignrole.test, line 197
Creates tests for auto assign role module.

Class

AutoassignroleAdminUserTestCase
Extend the DrupalWebTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Admin user',
    'description' => 'Tests the administrative setting for auto assign role user selection',
    'group' => 'Auto assign role',
  );
}