You are here

public static function MessageTokens::getInfo in Message 7

File

tests/message.test, line 312

Class

MessageTokens
Test the Message and tokens integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Message tokens',
    'description' => 'Test the Message and tokens integration.',
    'group' => 'Message',
  );
}