Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
soap authored and github-actions[bot] committed Nov 10, 2022
1 parent 1c1d521 commit 9e2a7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ public function getEnvironmentSetUp($app)
config()->set('database.default', 'testing');

$app['config']->set('database.connections.testing', [
'driver' => 'sqlite',
'driver' => 'sqlite',
'database' => ':memory:',
'prefix' => '',
'prefix' => '',
]);

config()->set('database.connections.mysql', [
'driver' => 'mysql',
'database' => 'thai_addresses_package_test',
Expand Down

0 comments on commit 9e2a7d9

Please sign in to comment.