protected static property ParagraphsWidgetElementsTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/FunctionalJavascript/ParagraphsWidgetElementsTest.php, line 23

Class

ParagraphsWidgetElementsTest
Test paragraphs widget elements.

Namespace

Drupal\Tests\paragraphs\FunctionalJavascript

Code

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