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

merge-requests/25/head
Alex Pott 2020-10-01 00:24:36 +01:00
parent 611923c3c5
commit 1e5b9c7698
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ class ConfigTest extends BrowserTestBase {
// 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',
];