public static property EntityTranslationSettingsTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php, line 23
Contains Drupal\translation_entity\Tests\EntityTranslationSettingsTest.

Class

EntityTranslationSettingsTest
Tests the Entity Test Translation UI.

Namespace

Drupal\translation_entity\Tests

Code

public static $modules = array(
  'language',
  'translation_entity',
  'comment',
);