protected static property ParagraphsWidgetButtonsTest::$modules

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

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/tests/src/Functional/WidgetStable/ParagraphsWidgetButtonsTest.php, line 25

Class

ParagraphsWidgetButtonsTest
Tests paragraphs stable widget buttons.

Namespace

Drupal\Tests\paragraphs\Functional\WidgetStable

Code

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