You are here

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

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

Class

MigrateEckDeriverTest
Test EckDeriver.

Namespace

Drupal\Tests\eck\Kernel\Migrate\d7

Code

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