protected function MigrateTableIncrementTest::tearDown in Migrate Plus 8.5
Overrides MigrateTestBase::tearDown
File
- tests/
src/ Kernel/ MigrateTableIncrementTest.php, line 60
Class
- MigrateTableIncrementTest
- Tests migration destination table with auto-increment keys.
Namespace
Drupal\Tests\migrate_plus\KernelCode
protected function tearDown() : void {
$this->connection
->schema()
->dropTable(static::TABLE_NAME);
parent::tearDown();
}