You are here

public static property LayoutBuilderTranslationTest::$modules in Layout Builder Symmetric Translations 8

Modules to enable.

Type: array

Overrides ContentTranslationTestBase::$modules

File

tests/src/Functional/LayoutBuilderTranslationTest.php, line 29

Class

LayoutBuilderTranslationTest
Tests that the Layout Builder UI works with translated content.

Namespace

Drupal\Tests\layout_builder_st\Functional

Code

public static $modules = [
  'content_translation',
  'contextual',
  'entity_test',
  'layout_builder_st',
  'block',
];