You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ExportTest.php, line 42

Class

ExportTest
Tests entity exports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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