You are here

protected static property EntityTypeOrBundleExcludeTest::$modules in Acquia Content Hub 8.2

Modules to enable.

Type: array

Overrides QueueingTestBase::$modules

File

tests/src/Kernel/EntityTypeOrBundleExcludeTest.php, line 23

Class

EntityTypeOrBundleExcludeTest
Tests that selected entities are successfully excluded for the queue.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

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