You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/TermImportExportTest.php, line 29

Class

TermImportExportTest
Taxonomy term export and import test.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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