You are here

public static property MigrateEckBundleTest::$modules in Entity Construction Kit (ECK) 8

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/d7/MigrateEckBundleTest.php, line 15

Class

MigrateEckBundleTest
Tests migration of ECK bundles.

Namespace

Drupal\Tests\eck\Kernel\Migrate\d7

Code

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