You are here

public static function SimpleLdapRoleChangeDrupalUserRoleTestCase::getInfo in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 simple_ldap_role/simple_ldap_role.test \SimpleLdapRoleChangeDrupalUserRoleTestCase::getInfo()

Inherited parent::getInfo().

File

simple_ldap_role/simple_ldap_role.test, line 263
Tests for Simple LDAP Role module.

Class

SimpleLdapRoleChangeDrupalUserRoleTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Change Drupal roles',
    'description' => 'Changes the roles on a Drupal user, and tests that the LDAP is updated appropriately.',
    'group' => 'Simple LDAP Role',
  );
}