MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration

The migration configuration, initialized to set the ID and destination IDs.

Type: array

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php, line 21

Class

MigrateSqlIdMapEnsureTablesTest
Tests the SQL ID map plugin ensureTables() method.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $migrationConfiguration = [
  'id' => 'sql_idmap_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.