public static function MailTestCase::getInfo in Drupal 7
File
- 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',
);
}