You are here

function Notifications_Templates_Tests::get_info in Notifications 5

File

tests/notifications_templates.test, line 8

Class

Notifications_Templates_Tests
Class for testing notifications module. Tests basic API functions

Code

function get_info() {
  return array(
    'name' => 'Notifications Templates',
    'group' => 'Notifications',
    'desc' => 'Notifications templates and message composition',
  );
}