You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/ContentHubStatusReportTest.php, line 25

Class

ContentHubStatusReportTest
Tests the Content Hub settings form.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'depcalc',
  'acquia_contenthub',
  'acquia_contenthub_test',
  'acquia_contenthub_publisher',
  'user',
];