From 2eaeb44274f83a53e14c56a6570a45ecf045dacc Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 19 Feb 2020 00:57:38 +0000
Subject: [PATCH] Issue #3114026 by longwave: simpletest_uninstall() does not
 work

---
 core/modules/simpletest/simpletest.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/modules/simpletest/simpletest.install b/core/modules/simpletest/simpletest.install
index 69ddb8a56ce2..b36ed9a7f932 100644
--- a/core/modules/simpletest/simpletest.install
+++ b/core/modules/simpletest/simpletest.install
@@ -7,6 +7,7 @@
 
 use Drupal\Core\Database\Database;
 use Drupal\Core\File\Exception\FileException;
+use Drupal\Core\Test\EnvironmentCleaner;
 use Drupal\Core\Test\TestDatabase;
 use Symfony\Component\Console\Output\NullOutput;
 
-- 
GitLab