You are here

public static property ParagraphsCollapsedSummaryTest::$modules in Paragraphs 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ParagraphsCollapsedSummaryTest
Tests the collapsed summary options.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

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