You are here

protected function MandrillReportsTestCase::tearDown in Mandrill 7.2

Post-test function.

Sets test mode to FALSE.

Overrides DrupalWebTestCase::tearDown

File

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

Class

MandrillReportsTestCase
@file Test class and methods for the Mandrill Reports module.

Code

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