You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/FileImportExportTest.php, line 47

Class

FileImportExportTest
Tests that files are properly exported and imported.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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