function TestSqlBase::setMigration
Allows us to set the migration during the test.
Parameters
mixed $migration: The migration mock.
File
-
core/
modules/ migrate/ tests/ src/ Unit/ SqlBaseTest.php, line 189
Class
- TestSqlBase
- Creates a base source class for SQL migration testing.
Namespace
Drupal\Tests\migrate\UnitCode
public function setMigration($migration) {
$this->migration = $migration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.