function NotificationsCustomTests::setUp in Notifications 6.4
Same name and namespace in other branches
- 7 tests/notifications_custom.test \NotificationsCustomTests::setUp()
Set up some required modules
Overrides NotificationsTestCase::setUp
File
- tests/
notifications_custom.test, line 17
Class
Code
function setUp() {
parent::setUp('notifications_content', 'notifications_custom', 'messaging_simple');
}