You are here

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

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/DeleteEntityTest.php, line 22

Class

DeleteEntityTest
Tests deletion of entities.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'user',
  'system',
  'field',
  'text',
  'filter',
  'depcalc',
  'acquia_contenthub',
  'acquia_contenthub_publisher',
];