You are here

function LdapAuthorizationOg2Tests::__construct in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::__construct()

Overrides LdapTestCase::__construct

File

ldap_authorization/tests/Og2Tests.test, line 40

Class

LdapAuthorizationOg2Tests

Code

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