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