function LdapServerTest::connect in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_test/LdapServerTest.class.php \LdapServerTest::connect()
- 7.2 ldap_test/LdapServerTest.class.php \LdapServerTest::connect()
Connect Method
Overrides LdapServer::connect
File
- ldap_servers/
tests/ LdapServerTest.class.php, line 72 - Simpletest ldapServer class for testing without an actual ldap server
Class
Code
function connect() {
return $this->methodResponses['connect'];
}