'HTML Mail hello', 'description' => 'Dummy test to satisfy DrupalCI.', 'group' => 'HTML Mail', ); } /** * Implements setUp(). */ public function setUp() { parent::setUp('htmlmail'); } /** * Just an empty test. */ public function testHello() { } }