You are here

function LdapServersTestCase::__construct in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_servers/tests/ldap_servers.test \LdapServersTestCase::__construct()

Overrides LdapTestCase::__construct

File

ldap_servers/tests/ldap_servers.test, line 27

Class

LdapServersTestCase

Code

function __construct($test_id = NULL) {
  parent::__construct($test_id);
}