protected function MailchimpEcommerceTestCase::tearDown in Mailchimp E-Commerce 7
Post-test function.
Sets test mode to FALSE.
Overrides DrupalWebTestCase::tearDown
File
- tests/
mailchimp_ecommerce.test, line 59 - Test class and methods for the Mailchimp eCommerce module.
Class
- MailchimpEcommerceTestCase
- Tests for Mailchimp eCommerce core integration.
Code
protected function tearDown() {
parent::tearDown();
variable_del('mailchimp_test_mode');
variable_del('mailchimp_ecommerce_store_id');
}