You are here

public static property EntityReferenceDependencyManagerTest::$modules in Entity Reference Integrity 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

EntityReferenceDependencyManagerTest
Test the EntityReferenceDependencyManager.

Namespace

Drupal\Tests\entity_reference_integrity\Kernel

Code

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