You are here

public static function EntityTranslationToggleFieldsTranslatabilityTestCase::getInfo in Entity Translation 7

File

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

Class

EntityTranslationToggleFieldsTranslatabilityTestCase
Tests for enabling fields to use Entity Translation or disabling them.

Code

public static function getInfo() {
  return array(
    'name' => 'Fields translatability toggling',
    'description' => 'Tests for enabling fields to use Entity Translation or disabling them.',
    'group' => 'Entity translation',
  );
}