You are here

function SimplenewsSubscribeTestCase::getInfo in Simplenews 6.2

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

Implementation of getInfo().

File

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

Class

SimplenewsSubscribeTestCase

Code

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'),
  );
}