You are here

function Messaging_Template_Tests::getInfo in Messaging 6.3

File

tests/messaging_template.test, line 9

Class

Messaging_Template_Tests
Class for testing messaging module.

Code

function getInfo() {
  return array(
    'name' => 'Messaging template',
    'group' => 'Messaging',
    'description' => 'Messaging template API functions',
  );
}