You are here

static function SimplenewsSendTestCase::getInfo in Simplenews 7

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

Implementation of getInfo().

File

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

Class

SimplenewsSendTestCase
Test cases for creating and sending newsletters.

Code

static function getInfo() {
  return array(
    'name' => t('Sending newsletters'),
    'description' => t('Creating and sending of newsletters, different send processes (with/without cron, send on publish)'),
    'group' => t('Simplenews'),
  );
}