function MailTestCase::getInfo in SimpleTest 7
File
- tests/
mail.test, line 15
Class
- MailTestCase
- Test the Drupal mailing system.
Code
function getInfo() {
return array(
'name' => 'Mail system',
'description' => 'Performs tests on the pluggable mailing framework.',
'group' => 'System',
);
}