You are here

protected function Faq_AskTestCase::setFaqAskSettings in FAQ_Ask 7

5 calls to Faq_AskTestCase::setFaqAskSettings()
CRAUDFaq_AskTestCase::testFaq_AskCreate in ./faq_ask.test
Test creating an unanswered FAQ and verify its status Also switches on notifcation of asker and verifies that anonymous are sent an e-mail by cron run
CreateFaq_AskTestCase::testFaqCreate in ./faq_ask.test
Test creating a FAQ node
Faq_AskAccessTestClass::testFaqAccess in ./faq_ask.test
Faq_askMailchimpTestCase::testMailChimpModule in ./faq_ask.test
The actual testing function
Faq_AskTestCase::setUp in ./faq_ask.test
Implementation of setUp(). Array of additional modules to be installed are passed as parameter

File

./faq_ask.test, line 225
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_AskTestCase
Base class that is extended by test cases

Code

protected function setFaqAskSettings($settings) {
  $this
    ->drupalPost('admin/config/content/faq/ask', $settings, t('Save configuration'));
}