You are here

static function SimpleNewsI18nTestCase::getInfo in Simplenews 7.2

Same name and namespace in other branches
  1. 7 tests/simplenews.test \SimpleNewsI18nTestCase::getInfo()

Implementation of getInfo().

File

tests/simplenews.test, line 1725
Simplenews test functions.

Class

SimpleNewsI18nTestCase
Tests for I18N integration.

Code

static function getInfo() {
  return array(
    'name' => t('Simplenews translation'),
    'description' => t('Translation of newsletters and issues'),
    'group' => t('Simplenews'),
  );
}