You are here

public static property ParagraphsLibraryItemTranslationTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTranslationTest.php, line 28

Class

ParagraphsLibraryItemTranslationTest
Tests the multilingual functionality of the Paragraphs Library.

Namespace

Drupal\Tests\paragraphs_library\Functional

Code

public static $modules = [
  'views',
  'paragraphs_library',
  'link',
  'block',
  'node',
  'field_ui',
  'language',
  'content_translation',
];