You are here

public static property ParagraphsDragAndDropModeTest::$modules in Paragraphs 8

Modules to be enabled.

Overrides ParagraphsTestBase::$modules

File

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

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