You are here

public static function MailchimpEcommerceCommerceTestCase::getInfo in Mailchimp E-Commerce 7

Returns info displayed in the test interface.

Return value

array Formatted as specified by simpletest.

File

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

Class

MailchimpEcommerceCommerceTestCase
Tests for Mailchimp eCommerce integration with Drupal Commerce.

Code

public static function getInfo() {
  return [
    'name' => 'Mailchimp eCommerce Commerce',
    'description' => 'Test Mailchimp eCommerce integration with Drupal Commerce.',
    'group' => 'Mailchimp',
  ];
}