From 1e5b9c7698b17c49fee02665f3901cf1a191634c Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 1 Oct 2020 00:24:36 +0100
Subject: [PATCH] Issue #3173976 by shetpooja04: Remove unused variable
 $file_path in ConfigTest.php, system module

---
 core/modules/system/tests/src/Functional/File/ConfigTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/system/tests/src/Functional/File/ConfigTest.php b/core/modules/system/tests/src/Functional/File/ConfigTest.php
index 56115dc4c8cc..2c47c4d7a2d0 100644
--- a/core/modules/system/tests/src/Functional/File/ConfigTest.php
+++ b/core/modules/system/tests/src/Functional/File/ConfigTest.php
@@ -32,7 +32,6 @@ public function testFileConfigurationPage() {
     // Set the file paths to non-default values.
     // The respective directories are created automatically
     // upon form submission.
-    $file_path = $this->publicFilesDirectory;
     $fields = [
       'file_default_scheme' => 'private',
     ];
-- 
GitLab