You are here

public function TestSqlIdMap::ensureTables in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/TestSqlIdMap.php \Drupal\Tests\migrate\Unit\TestSqlIdMap::ensureTables()

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

Throws

\Drupal\Core\Database\DatabaseException

Overrides Sql::ensureTables

File

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

Class

TestSqlIdMap
Defines a SQL ID map for use in tests.

Namespace

Drupal\Tests\migrate\Unit

Code

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