public function TestSqlIdMap::ensureTables in Drupal 9
Same name and namespace in other branches
- 10 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\UnitCode
public function ensureTables() {
parent::ensureTables();
}