Skip to content

Commit

Permalink
Merge pull request #4614 from morozov/issues/4613
Browse files Browse the repository at this point in the history
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
  • Loading branch information
morozov committed Apr 21, 2021
2 parents 5ba62e7 + 8f59014 commit 7dc3905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/PrimaryReadReplicaConnectionTest.php
Expand Up @@ -71,7 +71,7 @@ private function createPrimaryReadReplicaConnectionParams(bool $keepReplica = fa
public function testInheritCharsetFromPrimary(): void
{
$charsets = [
'utf8',
'utf8mb4',
'latin1',
];

Expand Down

0 comments on commit 7dc3905

Please sign in to comment.