You are here

public static function SmtpUnitTest::getInfo in SMTP Authentication Support 7

Same name and namespace in other branches
  1. 7.2 tests/smtp.unit.test \SmtpUnitTest::getInfo()

File

tests/smtp.unit.test, line 11
Some tests for the SMTP module.

Class

SmtpUnitTest
@file Some tests for the SMTP module.

Code

public static function getInfo() {
  return array(
    'name' => 'SMTP unit tests',
    'description' => 'Test the SMTP module.',
    'group' => 'SMTP',
  );
}