public static function CoderI18NTest::getInfo in Coder 6.2
Same name and namespace in other branches
- 6 tests/coder_i18n.test \CoderI18NTest::getInfo()
File
- tests/
coder_i18n.test, line 15
Class
Code
public static function getInfo() {
return array(
'name' => t('Coder I18N Tests'),
'description' => t('Tests for the coder I18N review.'),
'group' => t('Coder'),
);
}