You are here

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

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

Get info.

File

ldap_authentication/tests/ldap_authentication.test, line 22

Class

LdapAuthenticationTestCase
LdapAuthenticationTestCase.

Code

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