You are here

public static function MailEditorWebTestCase::getInfo in Mail Editor 7

Implements getInfo().

Return value

array

File

./mail_edit.test, line 18
Tests for the Mail Editor module.

Class

MailEditorWebTestCase
Test case for Mail Editor module.

Code

public static function getInfo() {
  return array(
    'name' => 'Mail Editor Test',
    'description' => "This is a dummy test to keep d.o's testbot happy; real tests are welcome!",
    'group' => 'Mail Editor',
  );
}