static function SimpleNewsAdministrationTestCase::getInfo in Simplenews 7
Same name and namespace in other branches
- 6.2 tests/simplenews.test \SimpleNewsAdministrationTestCase::getInfo()
- 7.2 tests/simplenews.test \SimpleNewsAdministrationTestCase::getInfo()
Implement getInfo().
File
- tests/
simplenews.test, line 991 - Simplenews test functions.
Class
- SimpleNewsAdministrationTestCase
- @todo: Newsletter node create, send draft, send final
Code
static function getInfo() {
return array(
'name' => t('Simplenews administration'),
'description' => t('Managing of newsletter categories and content types.'),
'group' => t('Simplenews'),
);
}