function TestSqlIdMap::ensureTables

Create the map and message tables if they don't already exist.

Overrides Sql::ensureTables

File

core/modules/migrate/tests/src/Unit/TestSqlIdMap.php, line 92

Class

TestSqlIdMap
Defines a SQL ID map for use in tests.

Namespace

Drupal\Tests\migrate\Unit

Code

public function ensureTables() {
  parent::ensureTables();
}

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