You are here

public function TestMigrateExecutable::setSourceIdValues in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()

Allows access to protected sourceIdValues property.

Parameters

array $source_id_values: The values to set.

File

core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php, line 53

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

public function setSourceIdValues($source_id_values) {
  $this->sourceIdValues = $source_id_values;
}