function i18nAccessTestCase::getInfo in Translation Access 6
Same name and namespace in other branches
- 7 i18n_access.test \i18nAccessTestCase::getInfo()
Implementation of getInfo().
File
- ./
i18n_access.test, line 12 - Test suite for i18n_access.module
Class
- i18nAccessTestCase
- @file Test suite for i18n_access.module
Code
function getInfo() {
return array(
'name' => t('Translation Access'),
'description' => t('Test suite for the i18n_access module.'),
'group' => t('i18n'),
);
}