protected static property ParagraphsSliderPluginTest::$modules

Modules to be enabled.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs_collection/modules/paragraphs_collection_demo/tests/src/Functional/ParagraphsSliderPluginTest.php, line 21

Class

ParagraphsSliderPluginTest
Tests Slider plugin.

Namespace

Drupal\Tests\paragraphs_collection_demo\Functional

Code

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