You are here

protected function MandrillHooksTestCase::tearDown in Mandrill 7.2

Post-test function.

Sets test mode to FALSE.

Overrides DrupalWebTestCase::tearDown

File

tests/mandrill_hooks.test, line 50
Test class and methods for the Mandrill Test module.

Class

MandrillHooksTestCase
@file Test class and methods for the Mandrill Test module.

Code

protected function tearDown() {
  parent::tearDown();
  variable_del('mandrill_api_classname');
  variable_del('mandrill_api_key');
  variable_del('mandrill_test_mailsend_result');
}