You are here

public static function SimpleLdapRoleModifyLdapGroup::getInfo in Simple LDAP 7.2

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

Inherited public::getInfo().

File

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

Class

SimpleLdapRoleModifyLdapGroup

Code

public static function getInfo() {
  return array(
    'name' => 'Modify LDAP Groups',
    'description' => 'Modifies LDAP groups, and verifies that drupal roles are updated on cron runs.',
    'group' => 'Simple LDAP Role',
  );
}