static function SimplenewsUnitTest::getInfo in Simplenews 7
Same name and namespace in other branches
- 6.2 tests/simplenews.test \SimplenewsUnitTest::getInfo()
- 7.2 tests/simplenews.test \SimplenewsUnitTest::getInfo()
File
- tests/
simplenews.test, line 2948 - Simplenews test functions.
Class
- SimplenewsUnitTest
- Unit tests for certain functions.
Code
static function getInfo() {
return array(
'name' => 'Unit tests',
'description' => 'Unit tests for certain functions.',
'group' => 'Simplenews',
);
}