You are here

public static function MimeMailRulesTestCase::getInfo in Mime Mail 7

File

tests/mimemail_rules.test, line 16
Functionality tests for the Rules integration in the Mime Mail module.

Class

MimeMailRulesTestCase
Tests the Rules integration.

Code

public static function getInfo() {
  return array(
    'name' => 'Rules integration',
    'description' => 'Test the Rules integration.',
    'group' => 'Mime Mail',
  );
}