You are here

static function SimpleNewsI18nTestCase::getInfo in Simplenews 7

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

Implementation of getInfo().

File

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

Class

SimpleNewsI18nTestCase
Tests for I18N integration.

Code

static function getInfo() {
  return array(
    'name' => t('Simplenews I18n'),
    'description' => t('Translation of newsletter categories'),
    'group' => t('Simplenews'),
    'dependencies' => array(
      'i18n_taxonomy',
      'variable',
    ),
  );
}