public static function SimpleTestMailCaptureTestCase::getInfo

Implement getInfo().

File

drupal/modules/simpletest/simpletest.test, line 437
Tests for simpletest.module.

Class

SimpleTestMailCaptureTestCase

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',
  );
}