protected static property ParagraphsLibraryItemEntityBrowserTest::$modules

File

paragraphs/modules/paragraphs_library/tests/src/FunctionalJavascript/ParagraphsLibraryItemEntityBrowserTest.php, line 21

Class

ParagraphsLibraryItemEntityBrowserTest
Tests entity browser integration with paragraphs.

Namespace

Drupal\Tests\paragraphs_library\FunctionalJavascript

Code

protected static $modules = [
  'views',
  'block',
  'node',
  'file',
  'image',
  'field_ui',
  'views_ui',
  'system',
  'node',
  'paragraphs_library',
  'entity_browser',
  'content_translation',
];