static function SimplenewsSubscribeTestCase::getInfo in Simplenews 7
Same name and namespace in other branches
- 6.2 tests/simplenews.test \SimplenewsSubscribeTestCase::getInfo()
- 7.2 tests/simplenews.test \SimplenewsSubscribeTestCase::getInfo()
Implement getInfo().
File
- tests/
simplenews.test, line 177 - Simplenews test functions.
Class
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'),
);
}