public static function LdapAuthenticationTestCase::getInfo in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::getInfo()
- 7 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::getInfo()
File
- ldap_authentication/
tests/ ldap_authentication.test, line 12
Class
Code
public static function getInfo() {
return array(
'name' => 'LDAP Authentication Tests',
'description' => 'Test ldap authentication.',
'group' => 'LDAP Authentication',
);
}