public static function MailchimpListsBasicTestCase::getInfo in Mailchimp 7.2
Returns info displayed in the test interface.
Return value
array Formatted as specified by simpletest.
File
- modules/
mailchimp_lists/ tests/ mailchimp_lists.test, line 15 - Test class and methods for the Mailchimp Lists module.
Class
- MailchimpListsBasicTestCase
- @file Test class and methods for the Mailchimp Lists module.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Mailchimp Lists',
'description' => 'Test List Subscription Logic.',
'group' => 'Mailchimp',
);
}