protected function MandrillActivityTestCase::tearDown in Mandrill 7.2
Post-test function.
Sets test mode to FALSE.
Overrides DrupalWebTestCase::tearDown
File
- modules/
mandrill_activity/ tests/ mandrill_activity.test, line 50 - Test class and methods for the Mandrill Activity module.
Class
- MandrillActivityTestCase
- @file Test class and methods for the Mandrill Activity module.
Code
protected function tearDown() {
parent::tearDown();
variable_del('mandrill_api_classname');
variable_del('mandrill_api_key');
}