You are here

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

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

File

core/modules/content_translation/src/Tests/ContentTranslationEntityBundleUITest.php, line 19
Contains \Drupal\content_translation\Tests\ContentTranslationEntityBundleUITest.

Class

ContentTranslationEntityBundleUITest
Tests the content translation behaviours on entity bundle UI.

Namespace

Drupal\content_translation\Tests

Code

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