function MigrateTestBase::tearDown

Overrides KernelTestBase::tearDown

File

core/modules/migrate/tests/src/Kernel/MigrateTestBase.php, line 111

Class

MigrateTestBase
Creates abstract base class for migration tests.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected function tearDown() : void {
  $this->cleanupMigrateConnection();
  parent::tearDown();
  $this->collectMessages = FALSE;
  unset($this->migration, $this->migrateMessages);
}

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