You are here

function NotificationsTemplatesTests::getInfo in Notifications 6.4

Same name and namespace in other branches
  1. 6 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
  2. 6.2 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
  3. 6.3 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()
  4. 7 tests/notifications_templates.test \NotificationsTemplatesTests::getInfo()

File

tests/notifications_templates.test, line 9

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',
  );
}