You are here

public static function MandrillReportsTestCase::getInfo in Mandrill 7.2

Returns info displayed in the test interface.

Return value

array Formatted as specified by simpletest.

File

modules/mandrill_reports/tests/mandrill_reports.test, line 14
Test class and methods for the Mandrill Reports module.

Class

MandrillReportsTestCase
@file Test class and methods for the Mandrill Reports module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'Mandrill Reports Tests',
    'description' => 'Tests Mandrill Reports functionality.',
    'group' => 'Mandrill',
  );
}