You are here

public static function Faq_askMailchimpTestCase::getInfo in FAQ_Ask 7

Implementation of getInfo().

Overrides Faq_AskTestCase::getInfo

File

./faq_ask.test, line 986
Test Faq_Ask functionality Base test class. All tests inherits this one Hugely based on code from the test file block.test by boombatower

Class

Faq_askMailchimpTestCase
Test class to verify the existence and the functionality of the Mailchimp integration @author sten

Code

public static function getInfo() {
  return array(
    'name' => t('FAQ-Ask Mailchimp integration'),
    'description' => t('Verifies the Mailchimp integration with FAQ-Ask functionality'),
    'group' => t('FAQ-Ask'),
  );
}