public static function MailchimpListsTestCase::getInfo in Mailchimp 7.3
Same name and namespace in other branches
- 7.5 modules/mailchimp_lists/tests/mailchimp_lists.test \MailchimpListsTestCase::getInfo()
- 7.4 modules/mailchimp_lists/tests/mailchimp_lists.test \MailchimpListsTestCase::getInfo()
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
- MailchimpListsTestCase
- @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 Lists Logic.',
'group' => 'MailChimp',
);
}