You are here

function LdapServerTest::disconnect in Lightweight Directory Access Protocol (LDAP) 8.2

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

Disconnect (unbind) from an active LDAP server.

Overrides LdapServer::disconnect

File

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

Class

LdapServerTest

Code

function disconnect() {
}