You are here

protected static property ParagraphsIEFTests::$modules in Paragraphs Inline Entity Form 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ParagraphsIEFTests.php, line 24

Class

ParagraphsIEFTests
Paragraphs IEF tests.

Namespace

Drupal\Tests\paragraphs_inline_entity_form\Functional

Code

protected static $modules = [
  'node',
  'ckeditor',
  'entity',
  'entity_browser',
  'entity_embed',
  'entity_reference',
  'paragraphs',
  'inline_entity_form',
  'paragraphs_inline_entity_form',
  'paragraphs_inline_entity_form_example',
];