You are here

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

Modules to enable.

Type: array

Overrides QueueingTestBase::$modules

File

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

Class

IsAlreadyEnqueuedTest
Tests that entities aren't added to the queue multiple times.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'node',
  'user',
];