You are here

public static property ParagraphsIEFTests::$modules in Paragraphs Inline Entity Form 2.0.x

Same name and namespace in other branches
  1. 2.x src/Tests/ParagraphsIEFTests.php \Drupal\paragraphs_inline_entity_form\Tests\ParagraphsIEFTests::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/ParagraphsIEFTests.php, line 24

Class

ParagraphsIEFTests
Paragraphs IEF tests.

Namespace

Drupal\paragraphs_inline_entity_form\Tests

Code

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