You are here

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

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

File

ldap_servers/tests/ldap_servers.test, line 22

Class

LdapServersTestCase

Code

public static function getInfo() {
  return [
    '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 are also tested.',
    'group' => 'LDAP Servers',
  ];
}