Skip to content
Snippets Groups Projects
Commit dccbd911 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2542318 by neclimdul: Clean up local variables in MigrateTestBase in tearDown

parent 7e8fb083
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -80,7 +80,9 @@ protected function setUp() {
protected function tearDown() {
Database::removeConnection('migrate');
parent::tearDown();
unset($this->migration, $this->migrateMessages, $this->collectMessages, $this->databaseDumpFiles);
$this->databaseDumpFiles = [];
$this->collectMessages = FALSE;
unset($this->migration, $this->migrateMessages);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment