You are here

public function TestSqlBase::setIds in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/SqlBaseTest.php \Drupal\Tests\migrate\Unit\TestSqlBase::setIds()

Allows us to set the ids during a test.

File

core/modules/migrate/tests/src/Unit/SqlBaseTest.php, line 156
Contains \Drupal\Tests\migrate\Unit\SqlBaseTest.

Class

TestSqlBase

Namespace

Drupal\Tests\migrate\Unit

Code

public function setIds($ids) {
  $this->ids = $ids;
}