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