protected static property ParagraphsDragAndDropModeTest::$modules

Modules to be enabled.

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsDragAndDropModeTest.php, line 19

Class

ParagraphsDragAndDropModeTest
Tests the drag and drop mode of paragraphs.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

protected static $modules = [
  'node',
  'paragraphs',
  'field',
];