function LdapUserUITests::setUp in Lightweight Directory Access Protocol (LDAP) 8.2
Same name and namespace in other branches
- 7.2 ldap_user/tests/ldap_user.test \LdapUserUITests::setUp()
create one or more server configurations in such as way that this setUp can be a prerequisite for ldap_authentication and ldap_authorization
Overrides LdapTestCase::setUp
File
- ldap_user/
tests/ ldap_user.test, line 1229
Class
Code
function setUp() {
parent::setUp(array(
'ldap_user',
'ldap_test',
));
variable_set('ldap_simpletest', 2);
}