You are here

static function SimpleNewsAdministrationTestCase::getInfo in Simplenews 7.2

Same name and namespace in other branches
  1. 6.2 tests/simplenews.test \SimpleNewsAdministrationTestCase::getInfo()
  2. 7 tests/simplenews.test \SimpleNewsAdministrationTestCase::getInfo()

Implement getInfo().

File

tests/simplenews.test, line 1084
Simplenews test functions.

Class

SimpleNewsAdministrationTestCase
@todo: Newsletter node create, send draft, send final

Code

static function getInfo() {
  return array(
    'name' => t('Simplenews administration'),
    'description' => t('Managing of newsletter categories and content types.'),
    'group' => t('Simplenews'),
  );
}