You are here

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

Same name and namespace in other branches
  1. 8.2 ldap_authorization/tests/BasicTests.test \LdapAuthorizationBasicTests::__construct()

Constructor for DrupalWebTestCase.

Overrides LdapTestCase::__construct

File

ldap_authorization/tests/BasicTests.test, line 28

Class

LdapAuthorizationBasicTests

Code

public function __construct($test_id = NULL) {
  parent::__construct($test_id);
}