function LdapAuthorizationBasicTests::__construct in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_authorization/tests/BasicTests.test \LdapAuthorizationBasicTests::__construct()
Overrides LdapTestCase::__construct
File
- ldap_authorization/
tests/ BasicTests.test, line 19
Class
Code
function __construct($test_id = NULL) {
parent::__construct($test_id);
}