You are here

public static property ParagraphsSliderPluginTest::$modules in Paragraphs Collection 8

Modules to be enabled.

Type: array

Overrides ParagraphsTestBase::$modules

File

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

Class

ParagraphsSliderPluginTest
Tests Slider plugin.

Namespace

Drupal\Tests\paragraphs_collection_demo\Functional

Code

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