You are here

protected property SmartSqlTest::$migrationConfiguration in Smart SQL ID Map 1.1.x

Same name and namespace in other branches
  1. 1.0.x tests/src/Unit/Plugin/migrate/id_map/SmartSqlTest.php \Drupal\Tests\smart_sql_idmap\Unit\Plugin\migrate\id_map\SmartSqlTest::migrationConfiguration

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

Type: array

Overrides MigrateSqlIdMapTest::$migrationConfiguration

File

tests/src/Unit/Plugin/migrate/id_map/SmartSqlTest.php, line 25

Class

SmartSqlTest
Tests the Smart SQL ID map plugin.

Namespace

Drupal\Tests\smart_sql_idmap\Unit\Plugin\migrate\id_map

Code

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