You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

modules/acquia_contenthub_publisher/tests/src/Kernel/EventSubscriber/HandleWebhook/ReExportTest.php, line 109

Class

ReExportTest
Tests Re-export functionality from a Webhook.

Namespace

Drupal\Tests\acquia_contenthub_publisher\Kernel\EventSubscriber\HandleWebhook

Code

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