You are here

protected static property ContentHubSubscriberTestBase::$modules in Acquia Content Hub 8

Modules to enable for this test.

Type: string[]

Overrides BrowserTestBase::$modules

File

acquia_contenthub_subscriber/tests/src/Functional/ContentHubSubscriberTestBase.php, line 25

Class

ContentHubSubscriberTestBase
Provides the base class for web tests for Content Hub Subscribers.

Namespace

Drupal\Tests\acquia_contenthub_subscriber\Functional

Code

protected static $modules = [
  'system',
  'acquia_contenthub',
  'acquia_contenthub_subscriber',
];