You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/NodeImportUpdateExportTest.php, line 40

Class

NodeImportUpdateExportTest
Tests importing and exporting nodes.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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