You are here

public static function MessageRulesIntegrationTestCase::getInfo in Message 7

File

tests/message.test, line 412

Class

MessageRulesIntegrationTestCase
Test the Rules integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Message Rules integration',
    'description' => 'Tests the message module Rules integration.',
    'group' => 'Message',
    'dependencies' => array(
      'rules',
    ),
  );
}