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