You are here

public static function SpamSpanBasicTestCase::getInfo in SpamSpan filter 6

Implementation of getInfo().

File

./spamspan.test, line 13
Tests for the SpamSpan module

Class

SpamSpanBasicTestCase
@file Tests for the SpamSpan module

Code

public static function getInfo() {
  return array(
    'name' => t('SpamSpan basic tests'),
    'description' => t('Test SpamSpan email replacement functions.'),
    'group' => t('SpamSpan'),
  );
}