protected static property ParagraphsEntityTranslationWithNonTranslatableParagraphs::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetLegacy/ParagraphsEntityTranslationWithNonTranslatableParagraphs.php, line 17

Class

ParagraphsEntityTranslationWithNonTranslatableParagraphs
Tests the translation of heavily nested / specialized setup.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetLegacy

Code

protected static $modules = [
  'language',
  'content_translation',
];