From 3f2ab9daa7debd4c7d808408402c890f0c1e6411 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 4 Mar 2019 12:04:07 +0000
Subject: [PATCH] Issue #3037218 by kim.pepper, dww, Mile23:  run-tests.sh with
 --browser throws error Class 'FileSystemInterface' not found

---
 core/scripts/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index 7ab79e1177e4..008ec309938d 100644
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -13,6 +13,7 @@
 use Drupal\Core\Asset\AttachedAssets;
 use Drupal\Core\Database\Database;
 use Drupal\Core\File\Exception\FileException;
+use Drupal\Core\File\FileSystemInterface;
 use Drupal\Core\StreamWrapper\PublicStream;
 use Drupal\Core\Test\TestDatabase;
 use Drupal\Core\Test\TestRunnerKernel;
-- 
GitLab