You are here

public static property BundleEntityDuplicatorTest::$modules in Entity API 8

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/BundleEntityDuplicatorTest.php, line 37

Class

BundleEntityDuplicatorTest
Tests the bundle entity duplicator.

Namespace

Drupal\Tests\entity\Kernel

Code

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