public function LdapAuthorizationOg2Tests::__construct in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::__construct()
Constructor for DrupalWebTestCase.
Overrides LdapTestCase::__construct
File
- ldap_authorization/
tests/ Og2Tests.test, line 51
Class
- LdapAuthorizationOg2Tests
- Simpletest for Ldap Authorization OG Module, for og 7.x-2.x.
Code
public function __construct($test_id = NULL) {
parent::__construct($test_id);
}