You are here

public static function MailLoggerTest::getInfo in Mail Logger 7

File

./mail_logger.test, line 9
Tests for the Mail Logger module.

Class

MailLoggerTest
@file Tests for the Mail Logger module.

Code

public static function getInfo() {
  return array(
    'name' => 'Mail Logger Test',
    'description' => "This tests basic functionality of the Mail Logger module.",
    'group' => 'Mail',
  );
}