public function LdapAuthenticationTestCase::__construct in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::__construct()
Constructor for DrupalWebTestCase.
Overrides LdapTestCase::__construct
File
- ldap_authentication/
tests/ ldap_authentication.test, line 33
Class
- LdapAuthenticationTestCase
- LdapAuthenticationTestCase.
Code
public function __construct($test_id = NULL) {
parent::__construct($test_id);
}