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: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsUiTest.php, line 17

Class

ParagraphsUiTest
Tests the Paragraphs user interface.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

protected static $modules = array(
  'content_translation',
  'image',
  'field',
  'field_ui',
  'block',
  'language',
  'node',
);