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