protected static property ParagraphsBackgroundPluginTest::$modules

Modules to be enabled.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsBackgroundPluginTest.php, line 28

Class

ParagraphsBackgroundPluginTest
Tests the background plugin.

Namespace

Drupal\Tests\paragraphs_collection_demo\Functional

Code

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