You are here

public static function PHPMailerUnitTestCase::getInfo in PHPMailer 6.2

Same name and namespace in other branches
  1. 6.3 tests/phpmailer.test \PHPMailerUnitTestCase::getInfo()
  2. 7.4 tests/phpmailer.test \PHPMailerUnitTestCase::getInfo()
  3. 7.3 tests/phpmailer.test \PHPMailerUnitTestCase::getInfo()

Implementation of getInfo().

File

tests/phpmailer.test, line 12
PHPMailer tests.

Class

PHPMailerUnitTestCase
@file PHPMailer tests.

Code

public static function getInfo() {
  return array(
    'name' => t('E-mail address parser'),
    'description' => t('Validates e-mail address extraction.'),
    'group' => t('PHPMailer'),
  );
}