public static function LdapServersTestCase::getInfo in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_servers/tests/ldap_servers.test \LdapServersTestCase::getInfo()
- 7.2 ldap_servers/tests/ldap_servers.test \LdapServersTestCase::getInfo()
File
- ldap_servers/
tests/ ldap_servers.test, line 21 - simpletest for ldap aservers
Class
Code
public static function getInfo() {
return array(
'name' => 'LDAP Servers Tests',
'description' => 'Test ldap servers. Servers module is primarily a storage
tool for ldap server configuration, so most of testing is just form and db testing.
there are some api like functions that could be tested.',
'group' => 'LDAP Server',
);
}