You are here

public static function HTMLMailTest::getInfo in HTML Mail 8

Implements getInfo().

File

src/Tests/HtmlMailTest.php, line 24

Class

HTMLMailTest
Tests basic installability of the HTML Mail module.

Namespace

Drupal\htmlmail\Tests

Code

public static function getInfo() {
  return [
    'name' => 'HTML Mail hello',
    'description' => 'Dummy test to satisfy DrupalCI.',
    'group' => 'HTML Mail',
  ];
}