You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/PreExistingTermImportExportTest.php, line 24

Class

PreExistingTermImportExportTest
Tests preexisting entity export and imports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'system',
  'taxonomy',
  'user',
  'node',
  'field',
  'depcalc',
  'acquia_contenthub',
  'acquia_contenthub_subscriber',
];