You are here

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

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

Modules to install.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/content_translation/src/Tests/ContentTranslationMetadataFieldsTest.php, line 36
Contains \Drupal\content_translation\Tests\ContentTranslationMetadataFieldsTest.

Class

ContentTranslationMetadataFieldsTest
Tests the Content Translation metadata fields handling.

Namespace

Drupal\content_translation\Tests

Code

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