protected property MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php \Drupal\Tests\migrate\Unit\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 24 - Contains \Drupal\Tests\migrate\Unit\MigrateSqlIdMapEnsureTablesTest.
Class
- MigrateSqlIdMapEnsureTablesTest
- Tests the SQL ID map plugin ensureTables() method.
Namespace
Drupal\Tests\migrate\UnitCode
protected $migrationConfiguration = array(
'id' => 'sql_idmap_test',
);