Skip to content

Commit

Permalink
[doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection …
Browse files Browse the repository at this point in the history
…charset
  • Loading branch information
morozov committed Apr 20, 2021
1 parent 6d84afd commit b44a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/PrimaryReadReplicaConnectionTest.php
Expand Up @@ -73,7 +73,7 @@ private function createPrimaryReadReplicaConnectionParams(bool $keepReplica = fa
public function testInheritCharsetFromPrimary(): void
{
$charsets = [
'utf8',
'utf8mb4',
'latin1',
];

Expand Down

0 comments on commit b44a212

Please sign in to comment.