function LdapServersTestCase::tearDown in Lightweight Directory Access Protocol (LDAP) 7
Same name and namespace in other branches
- 8.2 ldap_servers/tests/ldap_servers.test \LdapServersTestCase::tearDown()
- 7.2 ldap_servers/tests/ldap_servers.test \LdapServersTestCase::tearDown()
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
Overrides DrupalWebTestCase::tearDown
File
- ldap_servers/
tests/ ldap_servers.test, line 45 - simpletest for ldap aservers
Class
Code
function tearDown() {
parent::tearDown();
variable_del('ldap_help_watchdog_detail');
variable_del('ldap_simpletest');
}