We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adca60 commit 00d04feCopy full SHA for 00d04fe
1 file changed
tests/e2e/Adapter/Scopes/DocumentTests.php
@@ -46,8 +46,6 @@ public function testNonUtfChars(): void
46
$this->assertTrue($e instanceof CharacterException);
47
}
48
49
- $nonUtfString = "Hello\x00World\xC3\x28\xFF\xFE\xA0Test\x00End";
50
-
51
/**
52
* Convert to UTF-8 and replace invalid bytes with empty string
53
*/
0 commit comments