You are here

protected static property ParagraphsFeaturesJavascriptTestBase::$modules in Paragraphs Features 2.x

Same name and namespace in other branches
  1. 8 tests/src/FunctionalJavascript/ParagraphsFeaturesJavascriptTestBase.php \Drupal\Tests\paragraphs_features\FunctionalJavascript\ParagraphsFeaturesJavascriptTestBase::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides BrowserTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

tests/src/FunctionalJavascript/ParagraphsFeaturesJavascriptTestBase.php, line 35

Class

ParagraphsFeaturesJavascriptTestBase
Base class for Javascript tests for paragraphs features module.

Namespace

Drupal\Tests\paragraphs_features\FunctionalJavascript

Code

protected static $modules = [
  'block',
  'field',
  'field_ui',
  'link',
  'node',
  'ckeditor',
  'paragraphs',
  'paragraphs_test',
  'paragraphs_features',
  'paragraphs_features_test',
  'shortcut',
];