protected static property ParagraphsLangcodeChangeTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/Kernel/ParagraphsLangcodeChangeTest.php, line 25

Class

ParagraphsLangcodeChangeTest
Tests the langcode change mechanics of paragraphs.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

protected static $modules = [
  'user',
  'system',
  'field',
  'text',
  'filter',
  'entity_test',
  'paragraphs',
  'paragraphs_test',
  'entity_reference_revisions',
  'node',
  'language',
  'file',
];