You are here

public static property ParagraphsTest::$modules in Entity Browser 8

Same name and namespace in other branches
  1. 8.2 tests/src/FunctionalJavascript/ParagraphsTest.php \Drupal\Tests\entity_browser\FunctionalJavascript\ParagraphsTest::modules

Modules to enable.

Type: array

Overrides EntityBrowserWebDriverTestBase::$modules

File

tests/src/FunctionalJavascript/ParagraphsTest.php, line 20

Class

ParagraphsTest
Tests entity browser integration with paragraphs.

Namespace

Drupal\Tests\entity_browser\FunctionalJavascript

Code

public static $modules = [
  'views',
  'block',
  'node',
  'file',
  'image',
  'field_ui',
  'views_ui',
  'system',
  'entity_browser_test_paragraphs',
];