protected static property ParagraphsFieldGroupTest::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsFieldGroupTest.php, line 18

Class

ParagraphsFieldGroupTest
Tests the field group on node.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetLegacy

Code

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