function MigrateSqlIdMapTest::setUp

Overrides UnitTestCase::setUp

File

core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php, line 63

Class

MigrateSqlIdMapTest
Tests the SQL ID map plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

protected function setUp() : void {
  parent::setUp();
  $this->database = $this->getDatabase([]);
}

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