You are here

public function LdapTestCase::tearDown in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_test/LdapTestCase.class.php \LdapTestCase::tearDown()

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

Overrides DrupalWebTestCase::tearDown

6 calls to LdapTestCase::tearDown()
LdapAuthenticationTestCase::tearDown in ldap_authentication/tests/ldap_authentication.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapAuthorizationBasicTests::tearDown in ldap_authorization/tests/BasicTests.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapServersTestCase::tearDown in ldap_servers/tests/ldap_servers.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapUserIntegrationTests::tearDown in ldap_user/tests/ldap_user.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapUserUITests::tearDown in ldap_user/tests/ldap_user.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

... See full list

6 methods override LdapTestCase::tearDown()
LdapAuthenticationTestCase::tearDown in ldap_authentication/tests/ldap_authentication.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapAuthorizationBasicTests::tearDown in ldap_authorization/tests/BasicTests.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapServersTestCase::tearDown in ldap_servers/tests/ldap_servers.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapUserIntegrationTests::tearDown in ldap_user/tests/ldap_user.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
LdapUserUITests::tearDown in ldap_user/tests/ldap_user.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

... See full list

File

ldap_test/LdapTestCase.class.php, line 61

Class

LdapTestCase

Code

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