You are here

public static function LdapAuthenticationTestCase::getInfo in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::getInfo()
  2. 7.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::getInfo()

File

ldap_authentication/tests/ldap_authentication.test, line 12

Class

LdapAuthenticationTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'LDAP Authentication Tests',
    'description' => 'Test ldap authentication.',
    'group' => 'LDAP Authentication',
  );
}