You are here

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

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

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

core/modules/block_content/src/Tests/BlockContentTranslationUITest.php, line 25
Contains \Drupal\block_content\Tests\BlockContentTranslationUITest.

Class

BlockContentTranslationUITest
Tests the block content translation UI.

Namespace

Drupal\block_content\Tests

Code

public static $modules = array(
  'language',
  'content_translation',
  'block',
  'field_ui',
  'block_content',
);