You are here

function LdapUserIntegrationTests::setUp in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_user/tests/ldap_user.test \LdapUserIntegrationTests::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 695

Class

LdapUserIntegrationTests

Code

function setUp() {
  parent::setUp(array(
    'ldap_user',
    'ldap_test',
  ));
  variable_set('ldap_simpletest', 2);
}