protected static property ParagraphsContentModerationTranslationsTest::$modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

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

Class

ParagraphsContentModerationTranslationsTest
Test paragraphs and content moderation with translations.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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