function SimplenewsStatisticsTestCase::getInfo in Simplenews Statistics 7
Same name and namespace in other branches
- 7.2 tests/simplenews_statistics.test \SimplenewsStatisticsTestCase::getInfo()
Implementation of getInfo().
File
- tests/
simplenews_statistics.test, line 18 - Simplenews Statistics test functions.
Class
- SimplenewsStatisticsTestCase
- @file Simplenews Statistics test functions.
Code
function getInfo() {
return array(
'name' => t('Simplenews Statistics'),
'description' => t('Tests newsletter statistic procedures for the simplenews module.'),
'group' => t('Simplenews'),
);
}