You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ImportTrackingTest.php, line 27

Class

ImportTrackingTest
Class ImportTest.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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