We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eada2d commit edac10dCopy full SHA for edac10d
Tests/ByteStringTest.php
@@ -28,7 +28,7 @@ public function testFromRandom()
28
29
self::assertSame(32, $random->length());
30
foreach ($random->chunk() as $char) {
31
- self::assertNotNull((new ByteString('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'))->indexOf($char));
+ self::assertNotNull((new ByteString('123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'))->indexOf($char));
32
}
33
34
0 commit comments