function Faq_askMailchimpTestCase::setUp in FAQ_Ask 7
Implementation of setUp(). Array of additional modules to be installed are passed as parameter
Overrides Faq_AskTestCase::setUp
File
- ./
faq_ask.test, line 998 - 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
function setUp() {
// Add the mailchimp and the mailchimp_lists modules to the setup list
parent::setUp(array(
'mailchimp',
'mailchimp_lists',
));
}