You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/HandleWebhook/PurgeTest.php, line 69

Class

PurgeTest
Tests queue and export table purge.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\HandleWebhook

Code

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