Skip to content

Commit 8f59014

Browse files
committed
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
1 parent 5ba62e7 commit 8f59014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/PrimaryReadReplicaConnectionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private function createPrimaryReadReplicaConnectionParams(bool $keepReplica = fa
7171
public function testInheritCharsetFromPrimary(): void
7272
{
7373
$charsets = [
74-
'utf8',
74+
'utf8mb4',
7575
'latin1',
7676
];
7777

0 commit comments

Comments
 (0)