You are here

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

Modules to enable.

Type: array

Overrides MigrateDrupalTestBase::$modules

File

tests/src/Kernel/Migrate/d7/MigrateEckTest.php, line 19

Class

MigrateEckTest
Tests migration of ECK entities.

Namespace

Drupal\Tests\eck\Kernel\Migrate\d7

Code

public static $modules = [
  'comment',
  'content_translation',
  'eck',
  'language',
  'node',
  'text',
  'file',
];