protected static property ParagraphsLibraryTest::$modules

Modules to enable.

Type: array

Overrides ParagraphsTestBase::$modules

File

paragraphs/modules/paragraphs_library/tests/src/Functional/ParagraphsLibraryTest.php, line 20

Class

ParagraphsLibraryTest
Tests paragraphs library functionality.

Namespace

Drupal\Tests\paragraphs_library\Functional

Code

protected static $modules = [
  'views',
  'paragraphs_library',
];