protected static property ParagraphsTranslationTest::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsTranslationTest.php, line 25

Class

ParagraphsTranslationTest
Tests the configuration of paragraphs.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetLegacy

Code

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