function TestSqlIdMap::ensureTables

Same name in other branches
  1. 10 core/modules/migrate/tests/src/Unit/TestSqlIdMap.php \Drupal\Tests\migrate\Unit\TestSqlIdMap::ensureTables()
  2. 11.x core/modules/migrate/tests/src/Unit/TestSqlIdMap.php \Drupal\Tests\migrate\Unit\TestSqlIdMap::ensureTables()

Overrides Sql::ensureTables

File

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

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.