protected static property ParagraphsInlineEntityFormTest::$modules

Same name in this branch
  1. 8.x-1.x paragraphs/tests/src/Functional/WidgetStable/ParagraphsInlineEntityFormTest.php \Drupal\Tests\paragraphs\Functional\WidgetStable\ParagraphsInlineEntityFormTest::modules
  2. 8.x-1.x paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsInlineEntityFormTest.php \Drupal\Tests\paragraphs\Functional\WidgetLegacy\ParagraphsInlineEntityFormTest::modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsInlineEntityFormTest.php, line 21

Class

ParagraphsInlineEntityFormTest
Tests the configuration of paragraphs in relation to ief.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

protected static $modules = [
  'inline_entity_form',
];