You are here

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

Same name and namespace in other branches
  1. 8.2 ldap_test/LdapTestCase.class.php \LdapTestCase::__construct()

Constructor for DrupalWebTestCase.

Overrides DrupalWebTestCase::__construct

7 calls to LdapTestCase::__construct()
LdapAuthenticationTestCase::__construct in ldap_authentication/tests/ldap_authentication.test
Constructor for DrupalWebTestCase.
LdapAuthorizationBasicTests::__construct in ldap_authorization/tests/BasicTests.test
Constructor for DrupalWebTestCase.
LdapAuthorizationOg2Tests::__construct in ldap_authorization/tests/Og2Tests.test
Constructor for DrupalWebTestCase.
LdapServersTestCase::__construct in ldap_servers/tests/ldap_servers.test
Constructor for DrupalWebTestCase.
LdapUserIntegrationTests::__construct in ldap_user/tests/ldap_user.test
Constructor for DrupalWebTestCase.

... See full list

7 methods override LdapTestCase::__construct()
LdapAuthenticationTestCase::__construct in ldap_authentication/tests/ldap_authentication.test
Constructor for DrupalWebTestCase.
LdapAuthorizationBasicTests::__construct in ldap_authorization/tests/BasicTests.test
Constructor for DrupalWebTestCase.
LdapAuthorizationOg2Tests::__construct in ldap_authorization/tests/Og2Tests.test
Constructor for DrupalWebTestCase.
LdapServersTestCase::__construct in ldap_servers/tests/ldap_servers.test
Constructor for DrupalWebTestCase.
LdapUserIntegrationTests::__construct in ldap_user/tests/ldap_user.test
Constructor for DrupalWebTestCase.

... See full list

File

ldap_test/LdapTestCase.class.php, line 38

Class

LdapTestCase

Code

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