You are here

function LdapUserUnitTests::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 \LdapUserUnitTests::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 38

Class

LdapUserUnitTests

Code

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