function TestSqlBase::setDatabase

Allows us to set the database during tests.

Parameters

mixed $database: The database mock object.

File

core/modules/migrate/tests/src/Unit/SqlBaseTest.php, line 175

Class

TestSqlBase
Creates a base source class for SQL migration testing.

Namespace

Drupal\Tests\migrate\Unit

Code

public function setDatabase($database) {
  $this->database = $database;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.