You are here

public function MailchimpEcommerceCommerceTestCase::testAddCustomerNoEmail in Mailchimp E-Commerce 7

Tests adding a customer to Mailchimp with no email address.

File

modules/mailchimp_ecommerce_commerce/tests/mailchimp_ecommerce_commerce.test, line 167
Test class and methods for the Mailchimp eCommerce Commerce module.

Class

MailchimpEcommerceCommerceTestCase
Tests for Mailchimp eCommerce integration with Drupal Commerce.

Code

public function testAddCustomerNoEmail() {

  // Action should fail.
}