function SimplenewsSendTestCase::getInfo in Simplenews 6.2
Same name and namespace in other branches
- 7.2 tests/simplenews.test \SimplenewsSendTestCase::getInfo()
- 7 tests/simplenews.test \SimplenewsSendTestCase::getInfo()
Implementation of getInfo().
File
- tests/
simplenews.test, line 968 - Simplenews test functions.
Class
- SimplenewsSendTestCase
- Test cases for creating and sending newsletters.
Code
function getInfo() {
return array(
'name' => t('Sending newsletters'),
'description' => t('Creating and sending of newsletters, different send processes (with/without cron)'),
'group' => t('Simplenews'),
);
}