You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ContentHubMultilingualSettingsWebhookTest.php, line 33

Class

ContentHubMultilingualSettingsWebhookTest
Tests that the Webhook Url is unchanged with multilingual settings.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

public static $modules = [
  'acquia_contenthub',
  'language',
  'locale',
];