You are here

public static property ParagraphsTranslationsTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/WidgetStable/ParagraphsTranslationsTest.php, line 22

Class

ParagraphsTranslationsTest
Test paragraphs with translations.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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