public static function MailCaptureTest::getInfo

Implement getInfo().

File

drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php, line 16
Definition of Drupal\simpletest\Tests\MailCaptureTest.

Class

MailCaptureTest

Namespace

Drupal\simpletest\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'SimpleTest e-mail capturing',
    'description' => 'Test the SimpleTest e-mail capturing logic, the assertMail assertion and the drupalGetMails function.',
    'group' => 'SimpleTest',
  );
}