You are here

public static property ContentTranslationSettingsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php \Drupal\content_translation\Tests\ContentTranslationSettingsTest::modules

Modules to enable.

Type: array

File

core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php, line 32
Contains \Drupal\content_translation\Tests\ContentTranslationSettingsTest.

Class

ContentTranslationSettingsTest
Tests the content translation settings UI.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = array(
  'language',
  'content_translation',
  'node',
  'comment',
  'field_ui',
  'entity_test',
);