public static function MimeMailUnitTestCase::getInfo in Mime Mail 7
File
- tests/
mimemail.test, line 17
Class
- MimeMailUnitTestCase
- Tests helper functions from the Mime Mail module.
Code
public static function getInfo() {
return array(
'name' => 'Mime Mail unit tests',
'description' => 'Test that Mime Mail helper functions work properly.',
'group' => 'Mime Mail',
);
}