You are here

public static property ParagraphsTestBase::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/WidgetLegacy/ParagraphsTestBase.php, line 37

Class

ParagraphsTestBase
Base class for tests.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetLegacy

Code

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