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

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

parent a444aafd
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ protected function setUp() {
protected function tearDown() {
Database::removeConnection('migrate');
parent::tearDown();
unset($this->migration, $this->migrateMessages, $this->collectMessages, $this->databaseDumpFiles);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment