public static function MandrillHooksTestCase::getInfo in Mandrill 7.2
Returns info displayed in the test interface.
Return value
array Formatted as specified by simpletest.
File
- tests/
mandrill_hooks.test, line 14 - Test class and methods for the Mandrill Test module.
Class
- MandrillHooksTestCase
- @file Test class and methods for the Mandrill Test module.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Mandrill Hooks Tests',
'description' => 'Tests Mandrill hook functionality.',
'group' => 'Mandrill',
);
}