You are here

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

Modules to enable.

Type: array

Overrides QueueingTestBase::$modules

File

tests/src/Kernel/RevisionIsCurrentTest.php, line 26

Class

RevisionIsCurrentTest
Tests that only current published revisions are enqueued.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'node',
  'language',
  'workflows',
  'user',
  'content_translation',
  'content_moderation',
];