Unverified Commit 6fdd091c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3173976 by shetpooja04: Remove unused variable $file_path in ConfigTest.php, system module

(cherry picked from commit 1e5b9c76)
parent 8bd5f269
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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',
    ];