You are here

public static property ParagraphsAddWidgetTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/ParagraphsAddWidgetTest.php, line 27

Class

ParagraphsAddWidgetTest
Test paragraphs user interface.

Namespace

Drupal\Tests\paragraphs\FunctionalJavascript

Code

public static $modules = [
  'node',
  'paragraphs_test',
  'paragraphs',
  'field',
  'field_ui',
  'block',
  'link',
];