You are here

protected function MandrillTemplateTestCase::tearDown in Mandrill 7.2

Post-test function.

Sets test mode to FALSE.

Overrides DrupalWebTestCase::tearDown

File

modules/mandrill_template/tests/mandrill_template.test, line 50
Test class and methods for the Mandrill Template module.

Class

MandrillTemplateTestCase
@file Test class and methods for the Mandrill Template module.

Code

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