protected static property ParagraphsTranslationsTest::$modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsTranslationsTest.php, line 23

Class

ParagraphsTranslationsTest
Test paragraphs with translations.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

protected static $modules = [
  'node',
  'paragraphs_test',
  'paragraphs',
  'field',
  'field_ui',
  'block',
  'link',
  'content_translation',
];