You are here

function CoderI18NTest::getInfo in Coder 6

Same name and namespace in other branches
  1. 6.2 tests/coder_i18n.test \CoderI18NTest::getInfo()

File

tests/coder_i18n.test, line 9

Class

CoderI18NTest

Code

function getInfo() {
  return array(
    'name' => t('Coder I18N Tests'),
    'description' => t('Tests for the coder I18N review.'),
    'group' => t('Coder'),
  );
}