public static function SpamspanTestCase::getInfo in SpamSpan filter 7
File
- ./
spamspan.test, line 5
Class
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Spamspan',
'description' => 'Ensure that spamspan obfuscates emails properly',
'group' => 'Spamspan',
);
}