You are here

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

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

Disconnect (unbind) from an active LDAP server.

Overrides LdapServer::disconnect

File

ldap_servers/tests/LdapServerTest.class.php, line 116
Simpletest ldapServer class for testing without an actual ldap server

Class

LdapServerTest

Code

function disconnect() {
}