static function SimplenewsSourceTestCase::getInfo in Simplenews 7
Same name and namespace in other branches
- 7.2 tests/simplenews.test \SimplenewsSourceTestCase::getInfo()
Implementation of getInfo().
File
- tests/
simplenews.test, line 2565 - Simplenews test functions.
Class
- SimplenewsSourceTestCase
- Test cases for creating and sending newsletters.
Code
static function getInfo() {
return array(
'name' => t('Source tests'),
'description' => t('Tests for the new source interfaces and concepts.'),
'group' => t('Simplenews'),
);
}