You are here

public static function MessageArgumentsTestCase::getInfo in Message 7

File

tests/MessageArgumentsTestCase.test, line 18

Class

MessageArgumentsTestCase
Testing the arguments handler for messages.

Code

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