protected static property ParagraphsCollectionOverviewTest::$modules

Modules to be enabled.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs_collection/tests/src/Functional/ParagraphsCollectionOverviewTest.php, line 20

Class

ParagraphsCollectionOverviewTest
Tests the Paragraphs Collection overview pages.

Namespace

Drupal\Tests\paragraphs_collection\Functional

Code

protected static $modules = [
  'paragraphs_collection',
  'paragraphs_collection_demo',
  'paragraphs_collection_test',
];