You are here

public function LdapServerTest::__destruct in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_test/LdapServerTest.class.php \LdapServerTest::__destruct()
  2. 7 ldap_servers/tests/LdapServerTest.class.php \LdapServerTest::__destruct()

Destructor Method.

Overrides LdapServer::__destruct

File

ldap_test/LdapServerTest.class.php, line 76
Simpletest ldapServer class for testing without an actual ldap server.

Class

LdapServerTest

Code

public function __destruct() {

  // If alterations to server configuration must be maintained throughout
  // simpletest, Call:
  // variable_set('ldap_authorization_test_server__'. $sid, []);.
}