protected static property ParagraphsStylePluginTest::$modules

Modules to be enabled.

File

paragraphs_collection/tests/src/FunctionalJavascript/ParagraphsStylePluginTest.php, line 28

Class

ParagraphsStylePluginTest
Tests the style selection plugin.

Namespace

Drupal\Tests\paragraphs_collection\FunctionalJavascript

Code

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