Skip to content
Snippets Groups Projects
Commit 82ceeb95 authored by catch's avatar catch
Browse files

Issue #2080333 by mrsinguyen, lorique: Remove Unused local variable $instance...

Issue #2080333 by mrsinguyen, lorique: Remove Unused local variable $instance from /core/modules/system/lib/Drupal/system/Tests/File/ReadOnlyStreamWrapperTest.php.
parent 1968d08c
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -51,7 +51,7 @@ function testWriteFunctions() {
// Generate a read-only stream wrapper instance
$uri = $this->scheme . '://' . $filename;
$instance = file_stream_wrapper_get_instance_by_scheme($this->scheme);
file_stream_wrapper_get_instance_by_scheme($this->scheme);
// Attempt to open a file in read/write mode
$handle = @fopen($uri, 'r+');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment