You are here

public static function LdapUserIntegrationTests::getInfo in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/tests/ldap_user.test \LdapUserIntegrationTests::getInfo()

File

ldap_user/tests/ldap_user.test, line 675

Class

LdapUserIntegrationTests

Code

public static function getInfo() {
  return array(
    'name' => 'LDAP User Integration Tests',
    'description' => 'Test provisioning and synching in real contexts such as account creation on logon, synching on user edit, etc.',
    'group' => 'LDAP User',
  );
}