You are here

public static function SimpleLdapRoleUpdateDrupalRoleTestCase::getInfo in Simple LDAP 7.2

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

Inherited parent::getInfo().

File

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

Class

SimpleLdapRoleUpdateDrupalRoleTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Update Drupal Role',
    'description' => 'Tests that LDAP groups are modified when a Drupal role is updated.',
    'group' => 'Simple LDAP Role',
  );
}