You are here

function LdapAuthenticationTestCase::tearDown in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::tearDown()
  2. 7 ldap_authentication/tests/ldap_authentication.test \LdapAuthenticationTestCase::tearDown()

Overrides LdapTestCase::tearDown

File

ldap_authentication/tests/ldap_authentication.test, line 37

Class

LdapAuthenticationTestCase

Code

function tearDown() {
  parent::tearDown();
  variable_del('ldap_help_watchdog_detail');
  variable_del('ldap_simpletest');
}