protected static property ParagraphsEntityReferenceWarningTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/FunctionalJavascript/ParagraphsEntityReferenceWarningTest.php, line 24

Class

ParagraphsEntityReferenceWarningTest
Tests paragraphs customization for entity reference fields.

Namespace

Drupal\Tests\paragraphs\FunctionalJavascript

Code

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