protected static property ParagraphsCollectionStyleTest::$modules

Same name in this branch
  1. 8.x-1.x paragraphs_collection/tests/src/FunctionalJavascript/ParagraphsCollectionStyleTest.php \Drupal\Tests\paragraphs_collection\FunctionalJavascript\ParagraphsCollectionStyleTest::modules
  2. 8.x-1.x paragraphs_collection/tests/src/Functional/ParagraphsCollectionStyleTest.php \Drupal\Tests\paragraphs_collection\Functional\ParagraphsCollectionStyleTest::modules

Modules to enable.

Type: array

File

paragraphs_collection/tests/src/Functional/ParagraphsCollectionStyleTest.php, line 24

Class

ParagraphsCollectionStyleTest
Test paragraphs collection style behavior.

Namespace

Drupal\Tests\paragraphs_collection\Functional

Code

protected static $modules = [
  'node',
  'paragraphs_collection_test',
  'paragraphs_collection',
  'field',
  'field_ui',
  'block',
  'link',
  'text',
];