protected static property ParagraphsTest::$modules

Same name in this branch
  1. 8.x-1.x paragraphs/tests/src/Functional/Feeds/Target/ParagraphsTest.php \Drupal\Tests\paragraphs\Functional\Feeds\Target\ParagraphsTest::modules
  2. 8.x-1.x paragraphs/tests/src/Kernel/Feeds/Target/ParagraphsTest.php \Drupal\Tests\paragraphs\Kernel\Feeds\Target\ParagraphsTest::modules

Modules to enable.

Type: string[]

File

paragraphs/tests/src/Kernel/Feeds/Target/ParagraphsTest.php, line 23

Class

ParagraphsTest
@coversDefaultClass \Drupal\paragraphs\Feeds\Target\Paragraphs @group paragraphs

Namespace

Drupal\Tests\paragraphs\Kernel\Feeds\Target

Code

protected static $modules = [
  'field',
  'feeds',
  'node',
  'entity_reference_revisions',
  'paragraphs',
  'file',
  'text',
];