You are here

protected static property QueueingTestBase::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/QueueingTestBase.php, line 21

Class

QueueingTestBase
Base for enqueue eligibility tests.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

protected static $modules = [
  'system',
  'user',
  'depcalc',
  'acquia_contenthub',
  'acquia_contenthub_publisher',
  'acquia_contenthub_server_test',
];