You are here

public static function SpamspanTestCase::getInfo in SpamSpan filter 7

File

./spamspan.test, line 5

Class

SpamspanTestCase

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',
  );
}