protected static property ParagraphsCollapsedSummaryTest::$modules

Modules to enable.

Type: array

File

paragraphs/tests/src/Kernel/ParagraphsCollapsedSummaryTest.php, line 30

Class

ParagraphsCollapsedSummaryTest
Tests the collapsed summary options.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

protected static $modules = [
  'paragraphs',
  'user',
  'system',
  'field',
  'entity_reference_revisions',
  'paragraphs_test',
  'file',
];