You are here

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

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

File

ldap_user/tests/ldap_user.test, line 686

Class

LdapUserIntegrationTests

Code

public static function getInfo() {
  return [
    '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',
  ];
}