You are here

protected property MigrateSqlIdMapTest::$sourceIds 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::sourceIds
  2. 10 core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php \Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::sourceIds

The source IDs.

Type: array

File

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

Class

MigrateSqlIdMapTest
Tests the SQL ID map plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $sourceIds = [
  'source_id_property' => [
    'type' => 'string',
  ],
];