You are here

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

Same name and namespace in other branches
  1. 7.2 ldap_test/LdapTestCase.class.php \LdapTestCase::__construct()
8 calls to LdapTestCase::__construct()
LdapAuthenticationTestCase::__construct in ldap_authentication/tests/ldap_authentication.test
LdapAuthorizationBasicTests::__construct in ldap_authorization/tests/BasicTests.test
LdapAuthorizationOg1Tests::__construct in ldap_authorization/tests/Og1Tests.test
LdapAuthorizationOg2Tests::__construct in ldap_authorization/tests/Og2Tests.test
LdapServersTestCase::__construct in ldap_servers/tests/ldap_servers.test

... See full list

8 methods override LdapTestCase::__construct()
LdapAuthenticationTestCase::__construct in ldap_authentication/tests/ldap_authentication.test
LdapAuthorizationBasicTests::__construct in ldap_authorization/tests/BasicTests.test
LdapAuthorizationOg1Tests::__construct in ldap_authorization/tests/Og1Tests.test
LdapAuthorizationOg2Tests::__construct in ldap_authorization/tests/Og2Tests.test
LdapServersTestCase::__construct in ldap_servers/tests/ldap_servers.test

... See full list

File

ldap_test/LdapTestCase.class.php, line 31

Class

LdapTestCase

Code

function __construct($test_id = NULL) {
  parent::__construct($test_id);
  $this->testFunctions = new LdapTestFunctions();
}