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