function SimpleTestMailCaptureTestCase::getInfo

Implement getInfo().

File

modules/simpletest/simpletest.test, line 462

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.