You are here

public static function MimeMailCompressUnitTestCase::getInfo in Mime Mail 7

File

tests/mimemail_compress.test, line 17

Class

MimeMailCompressUnitTestCase
Tests helper functions from the Mime Mail Compress module.

Code

public static function getInfo() {
  return array(
    'name' => 'Mime Mail Compress unit tests',
    'description' => 'Test that Mime Mail Compress helper functions work properly.',
    'group' => 'Mime Mail',
  );
}