You are here

public static property ParagraphsImportExportTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/ParagraphsImportExportTest.php, line 37

Class

ParagraphsImportExportTest
Tests that paragraphs are properly exported and imported.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'user',
  'node',
  'field',
  'paragraphs',
  'file',
];