You are here

public static function Feedsi18nTaxonomyTestCase::getInfo in Feeds 7.2

File

tests/feeds_i18n_taxonomy.test, line 23
Contains Feedsi18nTaxonomyTestCase.

Class

Feedsi18nTaxonomyTestCase
Tests importing terms in a language.

Code

public static function getInfo() {
  return array(
    'name' => 'Multilingual terms',
    'description' => 'Tests Feeds multilingual support for taxonomy terms.',
    'group' => 'Feeds',
    'dependencies' => array(
      'locale',
      'i18n_taxonomy',
    ),
  );
}