protected property SmartSqlWithLongDerivedPluginIdTest::$migrationConfiguration in Smart SQL ID Map 1.1.x
Same name and namespace in other branches
- 1.0.x tests/src/Unit/Plugin/migrate/id_map/SmartSqlWithLongDerivedPluginIdTest.php \Drupal\Tests\smart_sql_idmap\Unit\Plugin\migrate\id_map\SmartSqlWithLongDerivedPluginIdTest::migrationConfiguration
The migration configuration, initialized to set the ID and destination IDs.
Type: array
Overrides SmartSqlTest::$migrationConfiguration
File
- tests/
src/ Unit/ Plugin/ migrate/ id_map/ SmartSqlWithLongDerivedPluginIdTest.php, line 15
Class
- SmartSqlWithLongDerivedPluginIdTest
- Tests the Smart SQL ID map plugin with a long derived migration plugin ID.
Namespace
Drupal\Tests\smart_sql_idmap\Unit\Plugin\migrate\id_mapCode
protected $migrationConfiguration = [
'id' => 'a_derived_migration_plugin_id:with_a_very_very_very_long_name',
];