protected static property ParagraphsUiTest::$modules

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

Modules to enable.

Type: string[]

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/ParagraphsUiTest.php, line 19

Class

ParagraphsUiTest
Tests the Paragraphs user interface.

Namespace

Drupal\Tests\paragraphs\Functional

Code

protected static $modules = [
  'node',
  'paragraphs',
  'field',
  'field_ui',
  'block',
];