You are here

public static function EntityTranslationTaxonomyAutocompleteTestCase::getInfo in Entity Translation 7

Returns the test information.

File

tests/entity_translation.test, line 1201
Tests for Entity translation module.

Class

EntityTranslationTaxonomyAutocompleteTestCase
Tests for the taxonomy autocomplete translation modes.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity translation taxonomy autocomplete',
    'description' => 'Tests for the taxonomy autocomplete translation modes.',
    'group' => 'Entity translation',
    'dependencies' => array(
      'title',
    ),
  );
}