From 47f546d01ee958bf086429d1415480d811956399 Mon Sep 17 00:00:00 2001 From: Cyril PASCAL Date: Wed, 2 Oct 2024 17:15:08 +0200 Subject: [PATCH] Remove unnecessary fseek() --- tests/MultibyteStringStreamTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/MultibyteStringStreamTest.php b/tests/MultibyteStringStreamTest.php index 10f8e70..65e0b4f 100644 --- a/tests/MultibyteStringStreamTest.php +++ b/tests/MultibyteStringStreamTest.php @@ -101,8 +101,6 @@ public function testMultibyteEdgeHandling(): void { 'Wrote out invalid character' ); - fseek($output, 2); - fwrite($output, $donut_second_half); fflush($output);