8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492d077 commit d422ac1Copy full SHA for d422ac1
src/Symfony/Component/String/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