public static function MaillogTestCase::getInfo in Maillog / Mail Developer 7
File
- tests/
MaillogTestCase.test, line 16 - Unit-ish tests for the Maillog module.
Class
- MaillogTestCase
- All unit tests for the module.
Code
public static function getInfo() {
return array(
'name' => 'Maillog tests',
'description' => 'Test the main Maillog functionality.',
'group' => 'maillog',
);
}