You are here

public static property SmartSqlMigrateExecutableTest::$modules in Smart SQL ID Map 1.1.x

Access level should be public for Drupal core 8.9.x.

Overrides MigrateTestBase::$modules

File

tests/src/Kernel/SmartSqlMigrateExecutableTest.php, line 46

Class

SmartSqlMigrateExecutableTest
Tests Smart SQL ID map's compatibility with core's MigrateExecutable.

Namespace

Drupal\Tests\smart_sql_idmap\Kernel

Code

public static $modules = [
  'migrate',
  'migrate_events_test',
  'smart_sql_idmap',
];