Skip to content

Commit 2554720

Browse files
joshtrichardscome-nc
authored andcommitted
test(s3): drop unnecessarily added fclose
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent dd14889 commit 2554720

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/lib/Files/ObjectStore/S3Test.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,5 @@ public function testFileSizes($size): void {
180180
self::assertTrue(feof($result), 'End of file reached after read attempt');
181181

182182
$this->assertNoUpload('testfilesizes');
183-
184-
fclose($sourceStream);
185-
fclose($result);
186183
}
187184
}

0 commit comments

Comments
 (0)