function NotificationsTemplatesTests::getInfo in Notifications 6
Same name and namespace in other branches
- 6.4 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
- 6.2 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
- 6.3 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
- 7 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
File
- tests/
notifications_templates.test, line 8
Class
- NotificationsTemplatesTests
- Class for testing notifications templates and message composition.
Code
function getInfo() {
return array(
'name' => 'Notifications Templates',
'group' => 'Notifications',
'description' => 'Notifications templates and message composition',
);
}