You are here

static function SimplenewsSubscribeTestCase::getInfo in Simplenews 7.2

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

Implement getInfo().

File

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

Class

SimplenewsSubscribeTestCase

Code

static function getInfo() {
  return array(
    'name' => t('Subscribe and unsubscribe users'),
    'description' => t('(un)subscription of anonymous and authenticated users. Subscription via block, subscription page and account page'),
    'group' => t('Simplenews'),
  );
}