public static function SimpleTestMailCaptureTestCase::getInfo in Drupal 7
Implement getInfo().
File
- modules/
simpletest/ simpletest.test, line 442 - Tests for simpletest.module.
Class
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',
);
}