You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/HandleWebhook/UpdatePublishedTest.php, line 61

Class

UpdatePublishedTest
Tests entity updated published status.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\HandleWebhook

Code

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