You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ImportExportTestBase.php, line 46

Class

ImportExportTestBase
Base for testing exports and imports.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'system',
  'depcalc',
  'acquia_contenthub',
];