protected static property ParagraphsGridLayoutPluginTest::$modules

Modules to be enabled.

Overrides ParagraphsTestBase::$modules

File

paragraphs_collection/tests/src/Functional/ParagraphsGridLayoutPluginTest.php, line 18

Class

ParagraphsGridLayoutPluginTest
Tests the grid layout plugin.

Namespace

Drupal\Tests\paragraphs_collection\Functional

Code

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