You are here

public static function PHPMailerUnitTestCase::getInfo in PHPMailer 7.4

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

Define this test's meta data.

File

tests/phpmailer.test, line 16
PHPMailer tests.

Class

PHPMailerUnitTestCase
Class for testing the PHPMailer module.

Code

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