You are here

public static property ContentTranslationStandardFieldsTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/content_translation/src/Tests/ContentTranslationStandardFieldsTest.php, line 24
Contains \Drupal\content_translation\Tests\ContentTranslationStandardFieldsTest.

Class

ContentTranslationStandardFieldsTest
Tests the Content translation settings using the standard profile.

Namespace

Drupal\content_translation\Tests

Code

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