public static function RerouteEmailSpecialTestCase::getInfo in Reroute Email 7
Implements DrupalWebTestCase::getInfo().
File
- ./
reroute_email.test, line 384 - Test the Reroute Email module.
Class
- RerouteEmailSpecialTestCase
- Test handling of special cases for body as a string and Cc/Bcc robustness.
Code
public static function getInfo() {
return array(
'name' => 'Body as a string and robust headers',
'description' => "Support message's body passed as a string and Cc/Bcc header keys with an unexpected case.",
'group' => 'Reroute Email',
);
}