You are here

function LdapAuthorizationTestCase::tearDown in Lightweight Directory Access Protocol (LDAP) 7

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

ldap_authorization/tests/LdapAuthorizationTestCase.class.php, line 38

Class

LdapAuthorizationTestCase

Code

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