You are here

function NotificationsCustomTests::setUp in Notifications 6.4

Same name and namespace in other branches
  1. 7 tests/notifications_custom.test \NotificationsCustomTests::setUp()

Set up some required modules

Overrides NotificationsTestCase::setUp

File

tests/notifications_custom.test, line 17

Class

NotificationsCustomTests

Code

function setUp() {
  parent::setUp('notifications_content', 'notifications_custom', 'messaging_simple');
}