You are here

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

Modules to enable.

Type: array

Overrides QueueingTestBase::$modules

File

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

Class

MissingIdTest
Tests that entities without ids are not eligible for export.

Namespace

Drupal\Tests\acquia_contenthub\Kernel

Code

public static $modules = [
  'webform',
];