function MailTestCase::getInfo
File
-
modules/
simpletest/ tests/ mail.test, line 16
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.