You are here

function Messaging_Methods_Tests::setUp in Messaging 7

Same name and namespace in other branches
  1. 6.4 tests/messaging_methods.test \Messaging_Methods_Tests::setUp()
  2. 6 tests/messaging_methods.test \Messaging_Methods_Tests::setUp()
  3. 6.2 tests/messaging_methods.test \Messaging_Methods_Tests::setUp()
  4. 6.3 tests/messaging_methods.test \Messaging_Methods_Tests::setUp()

Set up some required modules

Overrides MessagingTestCase::setUp

File

tests/messaging_methods.test, line 20

Class

Messaging_Methods_Tests

Code

function setUp() {

  // We can only test the plugins that don't require other modules
  parent::setUp('messaging_simple', 'messaging_mail', 'messaging_mime_mail', 'messaging_phpmailer', 'messaging_privatemsg', 'messaging_sms');
}