You are here

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

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

File

core/modules/content_translation/src/Tests/ContentTranslationEnableTest.php, line 22
Contains \Drupal\content_translation\Tests\ContentTranslationEnableTest.

Class

ContentTranslationEnableTest
Test enabling content translation after other modules.

Namespace

Drupal\content_translation\Tests

Code

public static $modules = [
  'entity_test',
  'menu_link_content',
  'node',
];