public static function HtmlmailWebTestCase::getInfo in HTML Mail 7.2
Implements getInfo().
Return value
array
File
- ./
htmlmail.test, line 18 - Tests for the HTML Mail module.
Class
- HtmlmailWebTestCase
- Test case for the HTML Mail module.
Code
public static function getInfo() {
return array(
'name' => 'HTML Mail hello',
'description' => 'Dummy test to satisfy DrupalCI.',
'group' => 'HTML Mail',
);
}