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