public static function RerouteEmailDomainWhitelistedTestCase::getInfo in Reroute Email 7
Implements DrupalWebTestCase::getInfo().
File
- ./
reroute_email.test, line 596 - Test the Reroute Email module.
Class
- RerouteEmailDomainWhitelistedTestCase
- Test Reroute Email's with a domain whitelisted.
Code
public static function getInfo() {
return array(
'name' => 'Domain Whitelisted',
'description' => "Test Reroute Email's with a domain whitelisted.",
'group' => 'Reroute Email',
);
}