You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/NodeImportExportTest.php, line 49

Class

NodeImportExportTest
Tests node imports and exports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'user',
  'node',
  'file',
  'taxonomy',
  'field',
  'acquia_contenthub_test',
  'content_moderation',
  'workflows',
];