You are here

public static property ParagraphsFieldGroupTest::$modules in Paragraphs 8

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

tests/src/Functional/WidgetStable/ParagraphsFieldGroupTest.php, line 18

Class

ParagraphsFieldGroupTest
Tests the field group on node.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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