You are here

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

Modules to enable.

Type: array

Overrides QueueingTestBase::$modules

File

tests/src/Kernel/RePublishDependencyChangesTest.php, line 34

Class

RePublishDependencyChangesTest
Tests that entities whose depcalc cache got invalidated are republished.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'field',
  'filter',
  'node',
  'path_alias',
  'system',
  'taxonomy',
  'text',
  'user',
];