protected static property ParagraphsLibraryItemTranslationTest::$modules

Modules to enable.

Type: array

File

paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryItemTranslationTest.php, line 31

Class

ParagraphsLibraryItemTranslationTest
Tests the multilingual functionality of the Paragraphs Library.

Namespace

Drupal\Tests\paragraphs_library\Functional

Code

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