You are here

protected property RowTest::$testSourceIds in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/RowTest.php \Drupal\Tests\migrate\Unit\RowTest::testSourceIds

The source IDs.

Type: array

File

core/modules/migrate/tests/src/Unit/RowTest.php, line 20

Class

RowTest
@coversDefaultClass \Drupal\migrate\Row @group migrate

Namespace

Drupal\Tests\migrate\Unit

Code

protected $testSourceIds = [
  'nid' => 'Node ID',
];