public static function LdapAuthenticationTestCase::getInfo in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::getInfo()
- 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',
];
}