You are here

protected property MigrateSqlIdMapTest::$migrationConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php \Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::migrationConfiguration

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

Type: array

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php, line 23

Class

MigrateSqlIdMapTest
Tests the SQL ID map plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

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