You are here

protected property MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration in Drupal 8

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 19

Class

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

Namespace

Drupal\Tests\migrate\Unit

Code

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