Skip to content

Commit

Permalink
Merge pull request #4625 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 29, 2021
2 parents c800380 + bafa3e3 commit a8cf0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -72,7 +72,7 @@ private function createMasterSlaveConnectionParams(bool $keepSlave = false): arr
public function testInheritCharsetFromMaster(): void
{
$charsets = [
'utf8',
'utf8mb4',
'latin1',
];

Expand Down
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 a8cf0ed

Please sign in to comment.