You are here

public static function NewsletterTemplateTestCase::getInfo in Newsletter 7

Same name and namespace in other branches
  1. 7.2 newsletter.test \NewsletterTemplateTestCase::getInfo()

File

./newsletter.test, line 15
Tests for Newsletter module.

Class

NewsletterTemplateTestCase
The NewsletterTemplateTestCase tests CUD actions through Web UI for newsletter templates.

Code

public static function getInfo() {
  return array(
    'name' => 'Newsletter Template',
    'description' => 'Ensure that template CUD is operating properly.',
    'group' => 'Newsletter',
  );
}