You are here

protected property MigrateSqlIdMapTest::$destinationIds in Zircon Profile 8

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

File

core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php, line 38
Contains \Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest.

Class

MigrateSqlIdMapTest
Tests the SQL ID map plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $destinationIds = [
  'destination_id_property' => [
    'type' => 'string',
  ],
];