You are here

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

Modules to enable.

Type: array

Overrides ImportExportTestBase::$modules

File

tests/src/Kernel/WebformImportExportTest.php, line 35

Class

WebformImportExportTest
Tests for Webform syndication.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'system',
  'user',
  'field',
  'depcalc',
  'acquia_contenthub',
  'path_alias',
  'webform',
];