Skip to content

Commit

Permalink
revert collation
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 2, 2024
1 parent 2375b2a commit 039281f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/Infra/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ final protected function getPackageProviders($app): array
$app['config']->set('wallet.transfer.model', Transfer::class);
$app['config']->set('wallet.wallet.model', Wallet::class);

//infra
$app['config']->set('database.mysql.collation', 'utf8mb4_unicode_ci');

return [WalletServiceProvider::class, TestServiceProvider::class];
}

Expand All @@ -70,7 +67,6 @@ final protected function getEnvironmentSetUp($app): void
/** @var array<string, mixed> $mysql */
$mysql = $config->get('database.connections.mysql');
$config->set('database.connections.mariadb', array_merge($mysql, [
'collation' => 'utf8mb4_unicode_ci',
'port' => 3307,
]));

Expand Down

0 comments on commit 039281f

Please sign in to comment.