function CommentTranslationUITest::setupTestFields

Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupTestFields().

Overrides EntityTranslationUITest::setupTestFields

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php, line 67
Definition of Drupal\comment\Tests\CommentTranslationUITest.

Class

CommentTranslationUITest
Tests the Comment Translation UI.

Namespace

Drupal\comment\Tests

Code

function setupTestFields() {
  parent::setupTestFields();
  $field = field_info_field('comment_body');
  $field['translatable'] = TRUE;
  field_update_field($field);
}