public static function RerouteEmailTestEmailTestCase::getInfo in Reroute Email 7
Implements DrupalWebTestCase::getInfo().
File
- ./
reroute_email.test, line 272 - Test the Reroute Email module.
Class
- RerouteEmailTestEmailTestCase
- Tests email rerouting for the Test Email form.
Code
public static function getInfo() {
return array(
'name' => 'Test Email form',
'description' => "Test Reroute Email's form for sending a test email.",
'group' => 'Reroute Email',
);
}