You are here

public static function MailhandlerProcessingTestCase::getInfo in Mailhandler 6

File

./mailhandler.test, line 331
Simpletest case for mailhandler module.

Class

MailhandlerProcessingTestCase
Processors tests for mailhandler module.

Code

public static function getInfo() {
  return array(
    'name' => 'Email processing',
    'description' => 'Verify mailhandler processing operations.',
    'group' => 'Mailhandler',
  );
}