You are here

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

Same name and namespace in other branches
  1. 8.2 ldap_user/tests/ldap_user.test \LdapUserUITests::__construct()

Constructor for DrupalWebTestCase.

Overrides LdapTestCase::__construct

File

ldap_user/tests/ldap_user.test, line 1242

Class

LdapUserUITests

Code

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