public static function MailTestCase::getInfo

7.x mail.test public static MailTestCase::getInfo()

File

drupal-7.x/modules/simpletest/tests/mail.test, line 16
Test the Drupal mailing system.

Class

MailTestCase
@file Test the Drupal mailing system.

Code

public static function getInfo() {
  return array(
    'name' => 'Mail system',
    'description' => 'Performs tests on the pluggable mailing framework.',
    'group' => 'System',
  );
}