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 29, 2021
1 parent c800380 commit bafa3e3
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 bafa3e3

Please sign in to comment.